tg-bot/.prettierrc

10 lines
145 B
Plaintext
Raw Permalink Normal View History

2024-11-27 15:43:39 +03:00
{
"useTabs": true,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid",
"printWidth": 79
}