Files
handler/.prettierrc
2022-02-13 22:13:27 +03:00

7 lines
105 B
Plaintext

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