Files
kekbot.js/.prettierrc
T

12 lines
232 B
Plaintext
Raw Normal View History

2025-02-02 14:10:51 -05:00
{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"jsxSingleQuote": false,
"proseWrap": "preserve"
}