/*
 * This is an example of comments used on a config.json file
 */

{
    // In this style guide we'll have curly brackets on next line :)
    "lineBreak" : {
        "before" : {
            "IfStatementOpeningBrace" : 1
        }
    },

    // No whitespace between if statement and parenthesis
    "whiteSpace" : {
        "before" : {
            "IfStatementConditionalOpening" : 0,
            "IfStatementConditionalClosing" : 0
        }
    }
}
