mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
12 lines
194 B
Plaintext
12 lines
194 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"trailingComma": "all",
|
|
"proseWrap": "always"
|
|
}
|