discord.js/.prettierrc.json

10 lines
196 B
JSON
Raw Permalink Normal View History

{
2023-08-22 11:33:47 +12:00
"$schema": "https://json.schemastore.org/prettierrc.json",
2022-01-08 05:18:25 +13:00
"printWidth": 120,
"useTabs": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf"
}