Skip to content

Commit

Permalink
Add .editorconfig file specifying tab indents
Browse files Browse the repository at this point in the history
  • Loading branch information
rbirkby authored and oskarb committed Dec 30, 2012
1 parent 51e57fe commit 58af89e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root=true

[*]
end_of_line = CRLF

[*.cs]
indent_style = tab

0 comments on commit 58af89e

Please sign in to comment.