Files
classquiz-ai/frontend/.prettierrc
T
2022-02-27 21:23:57 +01:00

8 lines
105 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"tabWidth": 4
}