mirror of
https://github.com/NginxProxyManager/feature-parity.git
synced 2026-05-18 07:40:37 +00:00
12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"trailingComma": "all",
|
|
"proseWrap": "always"
|
|
}
|