2021-11-12 19:21:59 -08:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
max_line_length = 100
|
|
|
|
|
|
2021-12-10 22:37:36 -08:00
|
|
|
[*.{cs,cshtml,html,xml,js,css,csproj,json,md,scss}]
|
2021-11-12 19:21:59 -08:00
|
|
|
indent_style = tab
|
|
|
|
|
tab_width = 4
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
2021-11-15 21:45:45 -08:00
|
|
|
[*.razor]
|
|
|
|
|
indent_style = space
|
2021-11-20 22:47:10 -08:00
|
|
|
indent_size = 4
|
|
|
|
|
tab_width = 4
|
2021-11-15 21:45:45 -08:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
2021-11-12 19:21:59 -08:00
|
|
|
[*.cs]
|
|
|
|
|
csharp_new_line_before_open_brace = none
|
|
|
|
|
dotnet_style_qualification_for_field = true
|
|
|
|
|
dotnet_style_qualification_for_property = true
|
|
|
|
|
dotnet_style_qualification_for_method = true
|
|
|
|
|
dotnet_style_qualification_for_event = true
|