From e8a9ace7698834b4d88c693dd666939b7de5ad73 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 6 Sep 2018 23:53:20 +0200 Subject: added google verification tag --- .jsbeautifyrc | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .jsbeautifyrc (limited to '.jsbeautifyrc') diff --git a/.jsbeautifyrc b/.jsbeautifyrc new file mode 100644 index 0000000..bf1d1da --- /dev/null +++ b/.jsbeautifyrc @@ -0,0 +1,51 @@ +{ + "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": false, + "indent_char": " ", + "indent_size": 4, + "indent_with_tabs": false, + "newline_between_rules": false, + "selector_separator": " ", + "selector_separator_newline": false, + "preserve_newlines": true, + "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