Archived
23 lines
512 B
INI
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
|