Skip to content

Instantly share code, notes, and snippets.

@betsydupuis
Created December 8, 2015 00:14
Show Gist options
  • Save betsydupuis/aad2de1c75fb16f65a4c to your computer and use it in GitHub Desktop.
Save betsydupuis/aad2de1c75fb16f65a4c to your computer and use it in GitHub Desktop.
Settings for JSBeautify and Angular
{
"brace_style": "collapse",
"indent_char": " ",
"indent_scripts": "keep",
"indent_size": 4,
"max_preserve_newlines": 10,
"preserve_newlines": true,
"unformatted": ["a", "b","big", "br", "cite", "code", "em", "i", "img", "input", "label", "select", "small", "span", "strong", "sub", "sup", "textarea"],
"wrap_line_length": 0,
"wrap_attributes": "force",
"wrap_attributes_indent_size": "2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment