{ "requireCurlyBraces": [ "if", "else", "for", "while", "do", "try", "catch" ], "requireSpaceAfterKeywords": [ "if", "else", "for", "while", "do", "switch", "return", "try", "catch" ], "disallowSpaceBeforeBinaryOperators": [ ",", ":" ], "disallowSpaceAfterBinaryOperators": ["!"], "requireSpaceBeforeBinaryOperators": [ "?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<=" ], "requireSpaceAfterBinaryOperators": [ "?", "+", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<=" ], "disallowImplicitTypeConversion": [ "numeric", "boolean", "binary", "string" ], "disallowKeywords": ["with"], "disallowMultipleLineBreaks": true, "disallowMultipleLineStrings": true, "disallowKeywordsOnNewLine": ["else"], "disallowTrailingWhitespace": true, "disallowMixedSpacesAndTabs": true, "requireLineFeedAtFileEnd": true, "validateIndentation": 4, "validateQuoteMarks": "'" }