Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work in VS2015 with cshtml #24

Open
sichevmi opened this issue Jul 28, 2015 · 2 comments
Open

Does not work in VS2015 with cshtml #24

sichevmi opened this issue Jul 28, 2015 · 2 comments

Comments

@sichevmi
Copy link

sichevmi commented Jul 28, 2015

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
Copy link

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

@coreyasmith
Copy link

This is still an issue in VS2015.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants