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

Indent space not working propperly #8

Closed
davidbarredo opened this issue Mar 16, 2016 · 1 comment
Closed

Indent space not working propperly #8

davidbarredo opened this issue Mar 16, 2016 · 1 comment

Comments

@davidbarredo
Copy link

I have this .editorconfig:

root = true

[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{js, html, json, md}]
indent_size = 4

[*.{css, scss, sass, less}]
indent_size = 2

And the plugin is taking 4 spaces for less files, if I change the css rule to:
[*.less] indent_size = 2
it works

@kidwm
Copy link
Owner

kidwm commented Mar 17, 2016

I suggest you file this parsing issue to upstream:
https://github.com/editorconfig/editorconfig-core-js

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

2 participants