Files
discordeno/.prettierrc
T
2020-02-09 10:32:53 -05:00

12 lines
176 B
Plaintext

{
"singleQuote": true,
"tabWidth": 2,
"semi": false,
"printWidth": 120,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "auto"
}