Cascade/.prettierrc
thecookingsenpai 1d4bf6058e Initial commit
2023-12-25 13:25:59 +01:00

14 lines
274 B
Plaintext

{
"$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 80,
"singleQuote": false,
"tabWidth": 4,
"semi": false,
"trailingComma": "all",
"useTabs": false,
"SwitchCase": 1
}