aspnetcore/.editorconfig

28 lines
487 B
INI

; EditorConfig to support per-solution formatting.
; Use the EditorConfig VS add-in to make this work.
; http://editorconfig.org/
; This is the default for the codeline.
root = true
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
[*.{cs}]
indent_size = 4
insert_final_newline = true
; All XML-based file formats
[*.{config,csproj,nuspec,props,resx,targets,xml}]
indent_size = 2
[*.{json}]
indent_size = 2
[*.{ps1}]
indent_size = 4
[*.{sh}]
indent_size = 4