discord.js/.prettierrc.json

9 lines
136 B
JSON
Raw Permalink Normal View History

{
2022-01-08 05:18:25 +13:00
"printWidth": 120,
"useTabs": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf"
}