discord.js/.prettierrc.json
2022-01-07 17:18:25 +01:00

9 lines
136 B
JSON

{
"printWidth": 120,
"useTabs": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf"
}