# https://editorconfig.org/ root = true [*] indent_style = space indent_size = 4 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.{config,json,jsonc,json5,csproj,props,yml,resx,xml}] indent_size = 2 [*.cshtml] insert_final_newline = false [*.md] trim_trailing_whitespace = false [*.{sln,DotSettings,sql}] indent_style = tab indent_size = 4