discord-vscode/.prettierrc.json

9 lines
136 B
JSON
Raw Normal View History

2021-02-10 03:24:42 +00:00
{
"printWidth": 120,
"useTabs": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf"
}