mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-02-21 16:52:12 +00:00
13 lines
224 B
Plaintext
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
|
|
}
|