.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17. .TH CSS-BEAUTIFY.JS "1" "January 2021" "css-beautify.js 1.13.6" "User Commands" .SH NAME css-beautify.js \- css-beautify .SH DESCRIPTION css\-beautify.js@1.13.6 .SS "CLI Options:" .TP \fB\-f\fR, \fB\-\-file\fR Input file(s) (Pass '\-' for stdin) .TP \fB\-r\fR, \fB\-\-replace\fR Write output in\-place, replacing input .TP \fB\-o\fR, \fB\-\-outfile\fR Write output to file (default stdout) .TP \fB\-\-config\fR Path to config file .TP \fB\-\-type\fR [js|css|html] ["js"] .TP \fB\-q\fR, \fB\-\-quiet\fR Suppress logging to stdout .TP \fB\-h\fR, \fB\-\-help\fR Show this help .TP \fB\-v\fR, \fB\-\-version\fR Show the version .SS "Beautifier Options:" .TP \fB\-s\fR, \fB\-\-indent\-size\fR Indentation size [4] .TP \fB\-c\fR, \fB\-\-indent\-char\fR Indentation character [" "] .TP \fB\-t\fR, \fB\-\-indent\-with\-tabs\fR Indent with tabs, overrides \fB\-s\fR and \fB\-c\fR .TP \fB\-e\fR, \fB\-\-eol\fR Character(s) to use as line terminators. [first newline in file, otherwise "\en] .TP \fB\-n\fR, \fB\-\-end\-with\-newline\fR End output with newline .TP \fB\-\-indent\-empty\-lines\fR Keep indentation on empty lines .TP \fB\-\-templating\fR List of templating languages (auto,none,django,erb,handlebars,php,smarty) ["auto"] auto = none in JavaScript, all in html .TP \fB\-\-editorconfig\fR Use EditorConfig to set up the options .TP \fB\-b\fR, \fB\-\-brace\-style\fR [collapse|expand] ["collapse"] .TP \fB\-L\fR, \fB\-\-selector\-separator\-newline\fR Add a newline between multiple selectors. .TP \fB\-N\fR, \fB\-\-newline\-between\-rules\fR Add a newline between CSS rules.