mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
10 lines
214 B
JSON
10 lines
214 B
JSON
|
{
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all",
|
||
|
"vueIndentScriptAndStyle": true,
|
||
|
"htmlWhitespaceSensitivity": "ignore",
|
||
|
"printWidth": 100,
|
||
|
"tabWidth": 4,
|
||
|
"singleAttributePerLine": true
|
||
|
}
|