att-hackathon-2023/Frontend/.prettierrc
2023-05-16 18:47:13 +02:00

8 lines
142 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"svelteSortOrder": "options-scripts-markup-styles"
}