Skip to content

Commit

Permalink
Add editorconfig file to try to enforce code style
Browse files Browse the repository at this point in the history
This makes it easier for those with different Visual Studio (or
other editor) settings to contribute since it will help ensure
whitespace (and other style choices) remains uniform.
  • Loading branch information
ryanwersal committed May 1, 2018
1 parent 3123b87 commit 96ca85e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
@@ -0,0 +1,10 @@
# EditorConfig: http://EditorConfig.org
root = true

[*]
end_of_line = crlf
insert_final_newline = true
charset = utf-8

[*.cs]
indent_style = tab

0 comments on commit 96ca85e

Please sign in to comment.