marketally.mopups/.editorconfig
2022-02-19 20:27:07 +02:00

12 lines
276 B
INI

# Full rule list: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options
[*.{csproj,props,config,yml,xml}]
indent_style = space
indent_size = 2
[*.cs]
# Namespace preferences
csharp_style_namespace_declarations = file_scoped:warning