discord.js/.prettierrc.json
2023-08-22 01:33:47 +02:00

10 lines
196 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc.json",
"printWidth": 120,
"useTabs": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf"
}