ProxmoxVE/json/.prettierrc
2025-01-17 17:13:37 +01:00

12 lines
223 B
Plaintext

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