mirror of
https://github.com/tcsenpai/Cascade.git
synced 2025-06-02 16:00:04 +00:00
14 lines
274 B
Plaintext
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
|
|
}
|