From 05f534263c08d8161a97fa4974d454ebc0284857 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 25 Mar 2017 18:33:25 +0000 Subject: [PATCH] update Former-commit-id: 70857a617614241c4d569eaa1be0c0ac0620be05 --- .jsbeautifyrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .jsbeautifyrc diff --git a/.jsbeautifyrc b/.jsbeautifyrc new file mode 100644 index 00000000..71f718e7 --- /dev/null +++ b/.jsbeautifyrc @@ -0,0 +1,22 @@ +{ + "html": { + "brace_style": "collapse", + "indent_scripts": "normal", + "max_preserve_newlines": 1, + "preserve_newlines": true, + "unformatted": ["a", "sub", "sup", "b", "i", "u"], + "wrap_line_length": 0 + }, + "css": { + "end_with_newline": false, + "newline_between_rules": true, + "selector_separator": " ", + "selector_separator_newline": true + }, + "js": { + "indent_with_tabs": false, + "preserve_newlines": true, + "max_preserve_newlines": 2, + "jslint_happy": true + } +}