web/.prettierrc
2022-04-13 22:02:34 +05:30

7 lines
90 B
Plaintext

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