discord-vscode/.prettierrc.json
2021-02-10 04:24:42 +01:00

8 lines
136 B
JSON

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