Skip to content

Instantly share code, notes, and snippets.

@nsisodiya
Created May 28, 2014 12:02
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 nsisodiya/c49e87c775c10abae28d to your computer and use it in GitHub Desktop.
Save nsisodiya/c49e87c775c10abae28d to your computer and use it in GitHub Desktop.
JsBeautifier Configuration
{
"html": {
"brace_style": "collapse",
"indent_char": "\t",
"indent_scripts": "keep",
"indent_size": 1,
"indent_with_tabs": true,
"max_preserve_newlines": 10,
"preserve_newlines": true,
"unformatted": ["a", "sub", "sup", "b", "i", "u"],
"wrap_line_length": 0
},
"js": {
"brace_style": "collapse",
"break_chained_methods": false,
"e4x": false,
"eval_code": false,
"indent_char": " ",
"indent_level": 0,
"indent_size": 2,
"indent_with_tabs": false,
"jslint_happy": false,
"keep_array_indentation": false,
"keep_function_indentation": false,
"max_preserve_newlines": 10,
"preserve_newlines": true,
"space_before_conditional": true,
"space_in_paren": false,
"unescape_strings": false,
"wrap_line_length": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment