-
Notifications
You must be signed in to change notification settings - Fork 453
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_char for css doesn't work #266
Comments
I'm having the same issue with a SQL file. |
Looks like This may be a bug on my part, I will have to get to later, after my exams. For now, try setting @imperez I am not sure that SQL beautification currently supports Thanks! |
Pretty Diff uses the inchar property for this. |
js-beautify uses the key In summary of all of the above: this is an Atom Beautify bug. I must have mistakenly thought
|
using "indent_character" option name instead of "indent_char" solved my problem so it's a bug |
Published patch to v0.23.4 Let me know if it all works now. |
It works only with css. It's still bug in scss files. When I add "indent_character": "\t" option scss files work. |
This does not make sense: the SCSS/LESS beautifier (wrapping Prettydiff) is now not using Can you try to reload Atom? |
Ok after closing atom, reboot (I'm usually only suspend my pc) it works now for css and scss files. I don't know why it worked only for css before. |
It only worked for CSS before because CSS is handled by js-beautify which does support |
I can't get indent_char working for scss/css file.
My config file works with SublimeText3 but it stops with Atom.
Instead of hard tab I always have space.
Atom Beautify - Debugging information
The following debugging information was generated by
Atom Beautify
onWed Apr 01 2015 13:32:51 GMT+0200 (Środkowoeuropejski czas letni)
.Platform: win32
Versions
Atom Version: 0.188.0
Atom Beautify Version: 0.23.1
Original file to be beautified
Original File Path:
C:\Users\***\Documents\AngularProjects\timesheet-core\app\src\core\directives\menu\test.scss
Original File Grammar: SCSS
Original File Contents:
Beautification options
Editor Options:
Options from Atom Editor settings
Config Options:
Options from Atom Beautify package settings
Home Options:
Options from
C:\Users\***\.jsbeautifyrc
EditorConfig Options:
Options from EditorConfig file
Project Options:
Options from
.jsbeautifyrc
files starting from directoryC:\Users\***\Documents\AngularProjects\timesheet-core\app\src\core\directives\menu
and going up to rootLogs
Error logs: Not yet supported
The text was updated successfully, but these errors were encountered: