Files
discord.js/packages/docgen/.prettierrc.json
2022-06-07 10:51:33 +02:00

9 lines
136 B
JSON

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