Skip to content

Instantly share code, notes, and snippets.

@watsy0007
Created May 16, 2017 16:09
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 watsy0007/726f14f609e782f07e6698d03e557f79 to your computer and use it in GitHub Desktop.
Save watsy0007/726f14f609e782f07e6698d03e557f79 to your computer and use it in GitHub Desktop.
npm install -g js-beautify
{
"indent_size": 2,
"indent_char": " ",
"eol": "\n",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 2,
"jslint_happy": false,
"space_after_anon_function": false,
"brace_style": "collapse",
"keep_array_indentation": false,
"keep_function_indentation": false,
"space_before_conditional": true,
"break_chained_methods": true,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 80,
"wrap_attributes": "auto",
"wrap_attributes_indent_size": 2,
"e4x": true,
"end_with_newline": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment