8 lines
158 B
INI
8 lines
158 B
INI
root = true
|
|
|
|
[*.cs]
|
|
indent_style = space
|
|
indent_size = 4
|
|
csharp_style_namespace_declarations = file_scoped:warning
|
|
dotnet_sort_system_directives_first = true
|