From c2b52c035b4ed907ba1a704286aceb778421cc70 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 19 Nov 2018 06:55:41 +0100 Subject: content update --- .jsbeautifyrc | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 .jsbeautifyrc (limited to '.jsbeautifyrc') diff --git a/.jsbeautifyrc b/.jsbeautifyrc deleted file mode 100644 index 5d90dea..0000000 --- a/.jsbeautifyrc +++ /dev/null @@ -1,51 +0,0 @@ -{ - "html": { - "allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", "dust", "njk"], - "brace_style": "collapse", - "end_with_newline": true, - "indent_char": " ", - "indent_handlebars": true, - "indent_inner_html": true, - "indent_scripts": "keep", - "indent_size": 4, - "indent_with_tabs": true, - "max_preserve_newlines": 10, - "preserve_newlines": true, - "unformatted": ["a", "span", "img", "code", "pre", "sub", "sup", "em", "strong", "b", "i", "u", "strike", "big", "small", "pre", "h1", "h2", "h3", "h4", "h5", "h6", "hr"], - "wrap_line_length": 0 - }, - "css": { - "allowed_file_extensions": ["css", "scss", "sass", "less"], - "end_with_newline": true, - "indent_char": " ", - "indent_size": 4, - "indent_with_tabs": true, - "newline_between_rules": true, - "selector_separator": " ", - "selector_separator_newline": true, - "preserve_newlines": false, - "max_preserve_newlines": 10 - }, - "js": { - "allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"], - "brace_style": "collapse", - "break_chained_methods": false, - "e4x": true, - "end_with_newline": true, - "indent_char": " ", - "indent_level": 0, - "indent_size": 4, - "indent_with_tabs": true, - "jslint_happy": false, - "keep_array_indentation": true, - "keep_function_indentation": true, - "max_preserve_newlines": 0, - "preserve_newlines": true, - "space_after_anon_function": false, - "space_before_conditional": true, - "space_in_empty_paren": false, - "space_in_paren": false, - "unescape_strings": false, - "wrap_line_length": 0 - } -} -- cgit v1.2.3