mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 16:29:18 +00:00
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"semi": true,
|
|
"printWidth": 80,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf"
|
|
}
|
|
|