10 строки
99 B
INI
10 строки
99 B
INI
|
# top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
# Code files
|
||
|
[*.cs]
|
||
|
indent_style = tab
|
||
|
indent_size = 4
|
||
|
|
||
|
|