Skip to content

Instantly share code, notes, and snippets.

@vvzen
Created February 9, 2019 09:11
Show Gist options
  • Save vvzen/292c90c3a33d7883de62ea3ebb6fedd4 to your computer and use it in GitHub Desktop.
Save vvzen/292c90c3a33d7883de62ea3ebb6fedd4 to your computer and use it in GitHub Desktop.
js beautify file for vscode (must be in ~ directory)
{
"indent_size": "4",
"indent_char": " ",
"max_preserve_newlines": "5",
"preserve_newlines": true,
"keep_array_indentation": false,
"break_chained_methods": false,
"indent_scripts": "normal",
"brace_style": "collapse",
"space_before_conditional": true,
"unescape_strings": false,
"jslint_happy": false,
"end_with_newline": false,
"wrap_line_length": "0",
"indent_inner_html": false,
"comma_first": false,
"e4x": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment