editorconfig-visualstudio icon indicating copy to clipboard operation
editorconfig-visualstudio copied to clipboard

Does not work in VS2015 with cshtml

Open sichevmi opened this issue 9 years ago • 2 comments

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

sichevmi avatar Jul 28 '15 13:07 sichevmi

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

tdekoning avatar May 04 '16 10:05 tdekoning

This is still an issue in VS2015.

coreyasmith avatar Apr 26 '17 18:04 coreyasmith