editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
352 stars 74 forks source link

Does not work in VS2015 with cshtml #24

Open sichevmi opened 8 years ago

sichevmi commented 8 years ago
root = true
[*]
end_of_line = crlf
charset = utf-8
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true

; 4-column space indentation
[*.{cs,js,ts,html,cshtml,aspx}]
indent_style = space
indent_size = 4
tab_width = 4

; 2-column tab indentation
[*.{xml,props,config,css,less}]
indent_style = space
indent_size = 2
tab_width = 2

indent style is ignored for cshtml files

tdekoning commented 8 years ago

I'm having issues with cshtml as well in VS2015.

coreyasmith commented 7 years ago

This is still an issue in VS2015.