tg-bot/.prettierrc
2024-11-27 15:43:39 +03:00

10 lines
145 B
Plaintext

{
"useTabs": true,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid",
"printWidth": 79
}