📄
.editorconfig
root = true
# All files
[*]
indent_style = space
insert_final_newline = true
# Config files
[*.{xml,json,slnx,csproj,esproj,props}]
indent_size = 2
# C# files
[*.cs]
indent_size = 4
tab_width = 4
max_line_length = 120
dotnet_diagnostic.IDE0005.severity = warning
# "HTML"/CSS/JS
[*.{html,razor,css,js,ts,vue}]
indent_size = 2
max_line_length = 120