mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 20:19:42 +00:00
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"arrowParens": "always"
|
|
}
|