Skip to content

Commit

Permalink
Add basic .editorconfig for .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Nov 21, 2015
1 parent e4fad39 commit 6a2fb3b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org

root = true

[*]
end_of_line = CRLF

[*.cs]
indent_style = space
indent_size = 4

0 comments on commit 6a2fb3b

Please sign in to comment.