Skip to content

Commit

Permalink
Add basic .editorconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
jareware committed Mar 13, 2019
1 parent 7af990f commit d80a91e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
# see: http://EditorConfig.org
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2

0 comments on commit d80a91e

Please sign in to comment.