mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-31 21:10:15 +00:00
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"semi": true,
|
|
"printWidth": 80,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf"
|
|
}
|
|
|