mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
11 lines
No EOL
170 B
INI
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 |