diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-06 23:53:20 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-06 23:53:20 +0200 |
| commit | e8a9ace7698834b4d88c693dd666939b7de5ad73 (patch) | |
| tree | 591b770e2ff4c5382e3205e8f440be8d742b4bc9 /.jsbeautifyrc | |
| parent | 7c77870ff4d3408a5611b78cb34c274f212286b3 (diff) | |
| download | mitjafelicijan.com-e8a9ace7698834b4d88c693dd666939b7de5ad73.tar.gz | |
added google verification tag
Diffstat (limited to '.jsbeautifyrc')
| -rw-r--r-- | .jsbeautifyrc | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/.jsbeautifyrc b/.jsbeautifyrc new file mode 100644 index 0000000..bf1d1da --- /dev/null +++ b/.jsbeautifyrc | |||
| @@ -0,0 +1,51 @@ | |||
| 1 | { | ||
| 2 | "html": { | ||
| 3 | "allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", "dust", "njk"], | ||
| 4 | "brace_style": "collapse", | ||
| 5 | "end_with_newline": true, | ||
| 6 | "indent_char": " ", | ||
| 7 | "indent_handlebars": true, | ||
| 8 | "indent_inner_html": true, | ||
| 9 | "indent_scripts": "keep", | ||
| 10 | "indent_size": 4, | ||
| 11 | "indent_with_tabs": true, | ||
| 12 | "max_preserve_newlines": 10, | ||
| 13 | "preserve_newlines": true, | ||
| 14 | "unformatted": ["a", "span", "img", "code", "pre", "sub", "sup", "em", "strong", "b", "i", "u", "strike", "big", "small", "pre", "h1", "h2", "h3", "h4", "h5", "h6", "hr"], | ||
| 15 | "wrap_line_length": 0 | ||
| 16 | }, | ||
| 17 | "css": { | ||
| 18 | "allowed_file_extensions": ["css", "scss", "sass", "less"], | ||
| 19 | "end_with_newline": false, | ||
| 20 | "indent_char": " ", | ||
| 21 | "indent_size": 4, | ||
| 22 | "indent_with_tabs": false, | ||
| 23 | "newline_between_rules": false, | ||
| 24 | "selector_separator": " ", | ||
| 25 | "selector_separator_newline": false, | ||
| 26 | "preserve_newlines": true, | ||
| 27 | "max_preserve_newlines": 10 | ||
| 28 | }, | ||
| 29 | "js": { | ||
| 30 | "allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"], | ||
| 31 | "brace_style": "collapse", | ||
| 32 | "break_chained_methods": false, | ||
| 33 | "e4x": true, | ||
| 34 | "end_with_newline": true, | ||
| 35 | "indent_char": " ", | ||
| 36 | "indent_level": 0, | ||
| 37 | "indent_size": 4, | ||
| 38 | "indent_with_tabs": true, | ||
| 39 | "jslint_happy": false, | ||
| 40 | "keep_array_indentation": true, | ||
| 41 | "keep_function_indentation": true, | ||
| 42 | "max_preserve_newlines": 0, | ||
| 43 | "preserve_newlines": true, | ||
| 44 | "space_after_anon_function": false, | ||
| 45 | "space_before_conditional": true, | ||
| 46 | "space_in_empty_paren": false, | ||
| 47 | "space_in_paren": false, | ||
| 48 | "unescape_strings": false, | ||
| 49 | "wrap_line_length": 0 | ||
| 50 | } | ||
| 51 | } | ||
