Files
discord-retokenizer-web/.prettierrc
2022-12-11 01:36:17 -06:00

11 lines
194 B
Plaintext

{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid"
}