mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-04 21:08:40 +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",
|
|
}
|