forked from liferay/alloy-ui
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.jsbeautifyrc
31 lines (31 loc) · 866 Bytes
/
.jsbeautifyrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"html": {
"braceStyle": "end-expand",
"indentChar": " ",
"indentScripts": "keep",
"indentSize": 4,
"maxPreserveNewlines": 2,
"preserveNewlines": true,
"unformatted": ["a", "sub", "sup", "b", "i", "u"],
"wrapLineLength": 100
},
"js": {
"braceStyle": "end-expand",
"breakChainedMethods": false,
"e4x": false,
"evalCode": false,
"indentChar": " ",
"indentLevel": 0,
"indentSize": 4,
"indentWithTabs": false,
"jslintHappy": false,
"keepArrayIndentation": true,
"keepFunctionIndentation": true,
"maxPreserveNewlines": 2,
"preserveNewlines": true,
"spaceBeforeConditional": true,
"spaceInParen": false,
"unescapeStrings": false,
"wrapLineLength": 120
}
}