mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 19:01:02 +01:00
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"printWidth": 80,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"jsxSingleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"proseWrap": "preserve",
|
|
"bracketSameLine": true
|
|
}
|