Skip to content

Instantly share code, notes, and snippets.

@mold
Last active August 29, 2015 13:56
Show Gist options
  • Save mold/9268256 to your computer and use it in GitHub Desktop.
Save mold/9268256 to your computer and use it in GitHub Desktop.
JSFormat options á la dannemannenene
{
// exposed jsbeautifier options
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 4,
"space_in_paren": false,
"jslint_happy": false,
"brace_style": "collapse",
"keep_array_indentation": true,
"keep_function_indentation": false,
"eval_code": true,
"unescape_strings": false,
"break_chained_methods": false,
"e4x": false,
"wrap_line_length": 0,
// jsformat options
"format_on_save": true,
"jsbeautifyrc_files": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment