Files
discord.js/.prettierrc.json
2021-06-01 00:06:52 +02:00

8 lines
120 B
JSON

{
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all",
"endOfLine": "lf",
"arrowParens": "avoid"
}