Files
handler/.prettierrc
2022-02-14 09:48:16 +05:30

8 lines
106 B
Plaintext

{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 4
}