Files
voice-cat/dotnet/.editorconfig
T

8 lines
158 B
INI
Raw Normal View History

root = true
[*.cs]
indent_style = space
indent_size = 4
csharp_style_namespace_declarations = file_scoped:warning
dotnet_sort_system_directives_first = true