Skip to content

Commit

Permalink
Add EditorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed Nov 10, 2017
1 parent 623d60f commit 503ece5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
@@ -0,0 +1,18 @@
# EditorConfig is awesome: http://EditorConfig.org

root = true

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

[*.{csproj,json,md,yml}]
indent_size = 2
indent_style = space

[*.sln]
indent_style = tab

0 comments on commit 503ece5

Please sign in to comment.