Skip to content

Instantly share code, notes, and snippets.

@oskosk
Created January 5, 2015 19:16
Show Gist options
  • Save oskosk/85764b31f9dc4d7127f3 to your computer and use it in GitHub Desktop.
Save oskosk/85764b31f9dc4d7127f3 to your computer and use it in GitHub Desktop.
user config for javascript-beautify plugin for Sublime Text 3
{
"indent_size": 2,
"indent_char": " ",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 10,
"jslint_happy": false,
"brace_style": "collapse",
"keep_array_indentation": false,
"keep_function_indentation": false,
"space_before_conditional": true,
"break_chained_methods": false,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 0,
// jsbeautify options
"format_on_save": true,
"use_original_indentation": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment