css-beautify.js - css-beautify
css-beautify.js@1.13.6
- -s,
--indent-size
- Indentation size [4]
- -c,
--indent-char
- Indentation character [" "]
- -t,
--indent-with-tabs
- Indent with tabs, overrides -s and -c
- -e, --eol
- Character(s) to use as line terminators. [first newline in file, otherwise
"\n]
- -n,
--end-with-newline
- End output with newline
- --indent-empty-lines
- Keep indentation on empty lines
- --templating
- List of templating languages (auto,none,django,erb,handlebars,php,smarty)
["auto"] auto = none in JavaScript, all in html
- --editorconfig
- Use EditorConfig to set up the options
- -b,
--brace-style
- [collapse|expand] ["collapse"]
- -L,
--selector-separator-newline
- Add a newline between multiple selectors.
- -N,
--newline-between-rules
- Add a newline between CSS rules.