mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-24 14:05:45 +03:00
10 lines
187 B
Text
Vendored
10 lines
187 B
Text
Vendored
{
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"arrowParens": "always",
|
|
}
|