ProxmoxVE/json/.prettierrc

12 lines
223 B
Plaintext
Raw Normal View History

2025-01-17 16:13:37 +00:00
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"semi": true,
"printWidth": 80,
"arrowParens": "always",
"endOfLine": "lf"
}