Cosmos/.editorconfig
2014-07-12 13:02:48 +00:00

11 lines
No EOL
170 B
INI

; Top-most EditorConfig file
root = true
; Unix-style newlines
[*]
end_of_line = CRLF
; 4-column space indentation
[*.cs]
indent_style = space
indent_size = 4