e36f67d6f0cb12a10caed50d3eb8af7e363bed20
[platform/framework/web/crosswalk-tizen.git] /
1 {
2   "indent": {
3     "CatchClause": 1,
4     "TryStatement": 1
5   },
6
7   "lineBreak": {
8     "before": {
9       "CatchOpeningBrace": 1,
10       "CatchClosingBrace": ">=1",
11       "CatchKeyword": 1,
12       "FinallyKeyword": 1,
13       "FinallyOpeningBrace": 1,
14       "FinallyClosingBrace": ">=1",
15       "TryOpeningBrace": 1,
16       "TryClosingBrace": ">=1"
17     },
18
19     "after": {
20       "CatchOpeningBrace": ">=1",
21       "CatchClosingBrace": ">=0",
22       "CatchKeyword": 0,
23       "FinallyOpeningBrace": ">=1",
24       "FinallyClosingBrace": ">=1",
25       "TryOpeningBrace": ">=1",
26       "TryClosingBrace": 1
27     }
28   },
29
30   "whiteSpace": {
31     "before": {
32       "CatchParameterList": 0,
33       "CatchOpeningBrace": 1,
34       "CatchClosingBrace": 1,
35       "CatchKeyword": 1,
36       "FinallyOpeningBrace": 1,
37       "FinallyClosingBrace": 1,
38       "TryOpeningBrace": 1,
39       "TryClosingBrace": 1
40     },
41
42     "after": {
43       "CatchParameterList": 0,
44       "CatchOpeningBrace": 1,
45       "CatchClosingBrace": 1,
46       "CatchKeyword": 1,
47       "FinallyOpeningBrace": 1,
48       "FinallyClosingBrace": 1,
49       "TryOpeningBrace": 1,
50       "TryClosingBrace": 1
51     }
52   }
53 }