{ "printWidth" : 180, "singleQuote" : true, "bracketSpacing" : true, "endOfLine" : "crlf", "useTabs" : true, "tabWidth" : 4, "overrides" : [ { "files": ".java", "options": { "useTabs" : false, "tabWidth": 4 } } ] }