Files
windmill/frontend/.prettierrc
Ruben Fiszel ca8de69126 run prettier
2022-05-10 21:29:54 +02:00

8 lines
105 B
Plaintext

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