discord-bot/.prettierrc.json

11 lines
200 B
JSON
Raw Permalink Normal View History

2024-07-04 05:05:34 -07:00
{
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"printWidth": 120,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}