Skip to content

Instantly share code, notes, and snippets.

@benjaminpearson
Created December 22, 2014 00:29
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 benjaminpearson/e2320e1cb1320bb0e6b5 to your computer and use it in GitHub Desktop.
Save benjaminpearson/e2320e1cb1320bb0e6b5 to your computer and use it in GitHub Desktop.
Style guide .jsbeautifyrc
{
// Details: https://github.com/victorporof/Sublime-HTMLPrettify#using-your-own-jsbeautifyrc-options
// Documentation: https://github.com/einars/js-beautify/
"html": {
},
"css": {
},
"js": {
"allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"],
"indent_level": 0,
"indent_with_tabs": true,
"end_with_newline": true,
"preserve_newlines": true,
"max_preserve_newlines": 2,
"keep_function_indentation": false,
"space_before_conditional": true,
"space_after_anon_function": false,
"keep_array_indentation": false,
"jslint_happy": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment