-
Notifications
You must be signed in to change notification settings - Fork 450
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
Less indenting broken #272
Comments
Could you provide your result from running the command |
Here's the result as requested.
And here the relevant section of my config.cson:
|
Switching over from JS Beautify to CSSComb has solved this issue. Thanks! |
This issue is actually that you have an EditorConfig file (.editorconfig) with CSScomb is great and recommended by preferred by many users (See #209 ) so you are probably better off with it anyway. However, for future reference (if you go back to JS Beautify) this is simply an issue with your personal configuration, specifically EditorConfig in this case. You can see above:
Glad to hear it's all working out for you now. Thank you for your patience. |
I updated to 0.23.4 this morning, and suddenly the less indentation is broken.
'Css indent char' is set to 'Default:'
'Css indent size' is set to 'Default: 4'
However now less files are being indent by 4 tabs:
The text was updated successfully, but these errors were encountered: