Revision 23a127b1a47e75342ef4376c16164dc6134e1628 authored by Sean Larkin on 29 November 2016, 05:15:56 UTC, committed by Tobias Koppers on 07 December 2016, 16:22:18 UTC
1 parent 785cfd5
Raw File
.jsbeautifyrc
{
  "js": {
    "allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"],
    "brace_style": "collapse",
    "break_chained_methods": false,
    "e4x": true,
    "eval_code": false,
    "end_with_newline": true,
    "indent_char": "\t",
    "indent_level": 0,
    "indent_size": 1,
    "indent_with_tabs": true,
    "jslint_happy": false,
    "jslint_happy_align_switch_case": true,
    "space_after_anon_function": false,
    "keep_array_indentation": false,
    "keep_function_indentation": false,
    "max_preserve_newlines": 2,
    "preserve_newlines": true,
    "space_before_conditional": false,
    "space_in_paren": false,
    "unescape_strings": false,
    "wrap_line_length": 0
  }
}
back to top