326f6a3d12cdb07421ea0b5d84e098ff606b2421
[platform/framework/web/crosswalk-tizen.git] /
1 {
2   "preset" : "default",
3
4   "indent" : {
5     "value" : "\t",
6     "IfStatementConditional": 2,
7     "SwitchStatement" : 0,
8     "TopLevelFunctionBlock" : 0
9   },
10
11   "lineBreak" : {
12     "before" : {
13       "ObjectExpressionOpeningBrace": -1,
14       "ObjectExpressionClosingBrace": -1,
15       "Property": -1,
16       "VariableDeclarationWithoutInit" : 0
17     },
18
19     "after": {
20       "AssignmentOperator": -1,
21       "ObjectExpressionOpeningBrace": -1,
22       "ObjectExpressionClosingBrace": -1,
23       "Property": -1
24     }
25   },
26
27   "whiteSpace" : {
28     "before" : {
29       "ArgumentList" : 1,
30       "ArrayExpressionClosing" : 1,
31       "CatchParameterList": 1,
32       "ExpressionClosingParentheses" : 1,
33       "ForInStatementExpressionClosing" : 1,
34       "ForStatementExpressionClosing" : 1,
35       "IfStatementConditionalClosing" : 1,
36       "IIFEClosingParentheses": 1,
37       "MemberExpressionClosing" : 1,
38       "ObjectExpressionClosingBrace": 1,
39       "ParameterList" : 1,
40       "SwitchDiscriminantClosing" : 1,
41       "WhileStatementConditionalClosing" : 1
42     },
43     "after" : {
44       "ArgumentList" : 1,
45       "ArrayExpressionOpening" : 1,
46       "CatchParameterList": 1,
47       "ExpressionOpeningParentheses" : 1,
48       "ForInStatementExpressionOpening" : 1,
49       "ForStatementExpressionOpening" : 1,
50       "IfStatementConditionalOpening" : 1,
51       "IIFEOpeningParentheses": 1,
52       "MemberExpressionOpening" : 1,
53       "ParameterList" : 1,
54       "PropertyValue": -1,
55       "SwitchDiscriminantOpening" : 1,
56       "WhileStatementConditionalOpening" : 1
57     }
58   }
59 }