Skip to content

Instantly share code, notes, and snippets.

@dsquier
Last active June 3, 2017 22:58
Show Gist options
  • Save dsquier/38978a07f6a8def7fe3b815510f5cb9a to your computer and use it in GitHub Desktop.
Save dsquier/38978a07f6a8def7fe3b815510f5cb9a to your computer and use it in GitHub Desktop.
My jsbeautify file
{
"indent_size": 2,
"indent_char": " ",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"end_with_newline": true,
"brace_style": "collapse,preserve-inline",
"wrap_line_length": 200,
"max_preserve_newlines": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment