Apply formatting to remaining unformatted files

This commit is contained in:
Neil Brommer 2021-11-22 14:57:51 -08:00
parent 57953fd509
commit c53d7b8ce3
10 changed files with 145 additions and 147 deletions

View file

@ -4,7 +4,7 @@ root = true
insert_final_newline = true
max_line_length = 100
[*.{cs,cshtml,html,xml,js,css,csproj}]
[*.{cs,cshtml,html,xml,js,css,csproj,json}]
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true