telegraf-bot-pattern/.prettierrc

13 lines
234 B
Plaintext

{
"bracketSpacing": true,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"printWidth": 80,
"tabWidth": 2,
"endOfLine": "lf",
"vueIndentScriptAndStyle": true,
"useTabs": true,
"arrowParens": "avoid"
}