diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-01 15:06:05 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-01 15:06:05 -0300 |
commit | 3ec95503252645b87c625df10a8ac44d04563166 (patch) | |
tree | 0304691be8b7859d7e5b525807d6c0e082873553 /.jsbeautifyrc | |
parent | 76ca2f889f35035484482bf7f9715149a5b40127 (diff) | |
download | hugo-bearcub-3ec95503252645b87c625df10a8ac44d04563166.tar.gz hugo-bearcub-3ec95503252645b87c625df10a8ac44d04563166.tar.bz2 |
Bring files from personal blog
Diffstat (limited to '.jsbeautifyrc')
-rw-r--r-- | .jsbeautifyrc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.jsbeautifyrc b/.jsbeautifyrc deleted file mode 100644 index 4e39ba0..0000000 --- a/.jsbeautifyrc +++ /dev/null @@ -1,27 +0,0 @@ -{ - "indent_size": 2, - "indent_char": " ", - "indent_with_tabs": false, - "editorconfig": false, - "eol": "\n", - "end_with_newline": true, - "indent_level": 0, - "preserve_newlines": true, - "max_preserve_newlines": 10, - "space_in_paren": false, - "space_in_empty_paren": false, - "jslint_happy": false, - "space_after_anon_function": false, - "space_after_named_function": false, - "brace_style": "collapse", - "unindent_chained_methods": false, - "break_chained_methods": false, - "keep_array_indentation": false, - "unescape_strings": false, - "wrap_line_length": 0, - "e4x": false, - "comma_first": false, - "operator_position": "before-newline", - "indent_empty_lines": false, - "templating": ["auto"] -} |