Files
windmill/frontend/.prettierrc
2022-10-01 22:59:49 +02:00

9 lines
145 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"htmlWhitespaceSensitivity": "strict",
"semi": false
}