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

Commit

Permalink
added .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed Dec 28, 2018
1 parent 5eceb2c commit 976e0f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
; Top-most EditorConfig file
root = true

; CRLF-style newlines
[*]
end_of_line = CRLF

; 4-column space indentation
[*.cs]
indent_style = space
indent_size = 4

0 comments on commit 976e0f3

Please sign in to comment.