mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-02 10:49:29 +00:00
11 lines
187 B
Plaintext
Vendored
11 lines
187 B
Plaintext
Vendored
{
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"arrowParens": "always",
|
|
}
|