ProxmoxVE/json/.prettierrc
2025-01-17 17:16:57 +01:00

12 lines
222 B
Plaintext

{
"tabWidth": 2,
"useTabs": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"semi": true,
"printWidth": 80,
"arrowParens": "always",
"endOfLine": "lf"
}