identation and stuff

Former-commit-id: c706998a5a5412aacd3e1d69d3a58d1ee7b8c978
This commit is contained in:
Henrique Dias
2017-01-03 17:35:13 +00:00
parent 1dccba1404
commit 4bc7e4c1e3
11 changed files with 1515 additions and 1539 deletions

22
.jsbeautifyrc Normal file
View File

@@ -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
}
}