9 lines
110 B
INI
9 lines
110 B
INI
|
# https://editorconfig.org/
|
||
|
|
||
|
root = true
|
||
|
|
||
|
[*.cs]
|
||
|
insert_final_newline = true
|
||
|
indent_style = tab
|
||
|
tab_width = 4
|