This repository has been archived on 2024-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
InSoDev-Website/.prettierrc
2023-06-18 21:37:31 +02:00

11 lines
178 B
Plaintext

{
"singleQuote": true,
"useTabs": true,
"tabWidth": 2,
"semi": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 95,
"htmlWhitespaceSensitivity": "ignore"
}