ProxmoxVE/json/.prettierrc

12 lines
222 B
Plaintext
Raw Normal View History

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