This repository has been archived on 2026-07-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-06-24 08:33:23 +02:00

23 lines
512 B
INI

root = true
[*]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{cs,razor}]
indent_style = space
indent_size = 4
[*.{css.json,yml,yaml,xml,csproj,props,targets,xaml}]
indent_style = space
indent_size = 2
[*.cs]
dotnet_sort_system_directives_first = true
dotnet_separate_import_directive_groups = false
csharp_style_var_for_built_in_types = true:suggestion
csharp_style_var_when_type_is_apparent = true:suggestion
csharp_style_var_elsewhere = true:suggestion