diff --git a/.editorconfig b/.editorconfig index 1f30264cb2..96c1832006 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,15 +1,15 @@ -# EditorConfig is awesome: http://EditorConfig.org - -root = true - -[*] -indent_style = tab -charset = utf-8 -trim_trailing_whitespace = true - -[*.cs] -indent_style = space -indent_size = 4 - -[*.md] +# EditorConfig is awesome: http://EditorConfig.org + +root = true + +[*] +indent_style = tab +charset = utf-8 +trim_trailing_whitespace = true + +[*.{cs,asmx,ashx,asax}] +indent_style = space +indent_size = 4 + +[*.md] trim_trailing_whitespace = false \ No newline at end of file