Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Added editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlannoeye committed Mar 5, 2016
1 parent c10b230 commit 501d63c
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 501d63c

Please sign in to comment.