53d3468e61f080c3478ac247d55b25948b143a3e
[platform/framework/web/crosswalk-tizen.git] /
1 /*
2  * This is an example of comments used on a config.json file
3  */
4
5 {
6     // In this style guide we'll have curly brackets on next line :)
7     "lineBreak" : {
8         "before" : {
9             "IfStatementOpeningBrace" : 1
10         }
11     },
12
13     // No whitespace between if statement and parenthesis
14     "whiteSpace" : {
15         "before" : {
16             "IfStatementConditionalOpening" : 0,
17             "IfStatementConditionalClosing" : 0
18         }
19     }
20 }