Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
Add .editorconfig file.
Browse files Browse the repository at this point in the history
  • Loading branch information
amerkoleci committed Jul 12, 2016
1 parent b61b86a commit 24b9fda
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 24b9fda

Please sign in to comment.