DiscordJS-Example/.prettierrc

9 lines
123 B
Plaintext
Raw Permalink Normal View History

2024-01-26 13:28:02 +00:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": [],
"overrides": []
}