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