mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
{
|
|
"useTabs": true,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 120,
|
|
"trailingComma": "none"
|
|
}
|