Skip to content

Instantly share code, notes, and snippets.

@ethyde
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethyde/770a8322a68a3153f283 to your computer and use it in GitHub Desktop.
Save ethyde/770a8322a68a3153f283 to your computer and use it in GitHub Desktop.
js-beautify-full-options.jsbeautifyrc
{
// exposed jsbeautifier options
"indent_size": 4,
"indent_char": " ",
"eol": "\n",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 10,
"jslint_happy": false,
"space_after_anon_function": false,
"brace_style": "collapse",
"keep_array_indentation": false,
"keep_function_indentation": false,
"space_before_conditional": true,
"space_in_paren": true,
"break_chained_methods": true,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 0,
"wrap_attributes": "auto",
"wrap_attributes_indent_size": 4,
"end_with_newline": false,
"e4x": false,
// jsformat options
"format_on_save": false,
"jsbeautifyrc_files": false,
"ignore_sublime_settings": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment