{
"html": {
"allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", "ejs", "hbs"],
"brace_style": "collapse",
"end_with_newline": true,
"indent_char": "\t",
"indent_handlebars": true,
"indent_inner_html": true,
"indent_scripts": "normal",
"indent_size": 1,
"indent_with_tabs": true,
"max_preserve_newlines": 0,
"preserve_newlines": true,
"unformatted": ["code", "pre", "sub", "sup"],
"wrap_line_length": 0
},
"css": {
"allowed_file_extensions": ["css", "scss", "sass", "less"],
"brace_style": "end-expand,preserve-inline",
"end_with_newline": true,
"indent_char": "\t",
"indent_size": 1,
"indent_with_tabs": true,
"newline_between_rules": true,
"selector_separator": " ",
"selector_separator_newline": true,
"preserve_newlines": true,
"max_preserve_newlines": 0
},
"js": {
"allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"],
"brace_style": "end-expand,preserve-inline",
"break_chained_methods": false,
"e4x": true,
"end_with_newline": true,
"indent_char": "\t",
"indent_level": 0,
"indent_size": 4,
"indent_with_tabs": true,
"jslint_happy": false,
"keep_array_indentation": false,
"keep_function_indentation": false,
"max_preserve_newlines": 0,
"preserve_newlines": true,
"space_after_anon_function": false,
"space_before_conditional": false,
"space_in_empty_paren": false,
"space_in_paren": false,
"unescape_strings": false,
"wrap_line_length": 0
}
}