diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-11-19 06:55:41 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-11-19 06:55:41 +0100 |
| commit | c2b52c035b4ed907ba1a704286aceb778421cc70 (patch) | |
| tree | 59e1bfc66d8c19e0f8c26ed6e6cc248b3ce799f9 /.jsbeautifyrc | |
| parent | 122af6684de0bc83a530b5bf5760e8112f8708f1 (diff) | |
| download | mitjafelicijan.com-c2b52c035b4ed907ba1a704286aceb778421cc70.tar.gz | |
content update
Diffstat (limited to '.jsbeautifyrc')
| -rw-r--r-- | .jsbeautifyrc | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/.jsbeautifyrc b/.jsbeautifyrc deleted file mode 100644 index 5d90dea..0000000 --- a/.jsbeautifyrc +++ /dev/null | |||
| @@ -1,51 +0,0 @@ | |||
| 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": true, | ||
| 20 | "indent_char": " ", | ||
| 21 | "indent_size": 4, | ||
| 22 | "indent_with_tabs": true, | ||
| 23 | "newline_between_rules": true, | ||
| 24 | "selector_separator": " ", | ||
| 25 | "selector_separator_newline": true, | ||
| 26 | "preserve_newlines": false, | ||
| 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 | } | ||
