bing-chat-telegram/.prettierrc
Udit Karode 77c704db49
init
2023-04-08 10:17:49 +05:30

13 lines
224 B
Plaintext

{
"trailingComma": "all",
"useTabs": true,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"quoteProps": "consistent",
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"printWidth": 80
}