mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
9 lines
118 B
INI
9 lines
118 B
INI
; 4-column space indentation
|
|
root=true
|
|
tab_width=4
|
|
indent_size=4
|
|
|
|
[*.cs]
|
|
tab_width=4
|
|
indent_size=4
|
|
indent_style=space
|