Merge pull request #3534 from Mailaender/editorconfig

Added EditorConfig Support
This commit is contained in:
Paul Chote
2013-07-11 03:01:09 -07:00

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
; Top-most http://editorconfig.org/ file
root = true
; Unix-style newlines
[*]
end_of_line = LF
; 4-column tab indentation
[*.cs]
indent_style = tab
indent_size = 4
; 4-column tab indentation
[*.yaml]
indent_style = tab
indent_size = 4