forked from projects/thebadspace
e35dff591f
Functionality is coming along at a good pace, so it was time to start adjusting the templates and styles to the new layout. Responsive will come after all of the pages have been updated.
37 lines
980 B
Text
37 lines
980 B
Text
{
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": { "parser": "json" }
|
|
},
|
|
{
|
|
"files": "*.css",
|
|
"options": {
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"printWidth": 90
|
|
}
|
|
},
|
|
{
|
|
"files": "*.js",
|
|
"options": {
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"bracketSameLine": false,
|
|
"jsxSingleQuote": true,
|
|
"proseWrap": "preserve",
|
|
"requirePragma": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"printWidth": 90
|
|
}
|
|
}
|
|
]
|
|
}
|