hullcss-discord-bot/.prettierrc

7 lines
74 B
Plaintext
Raw Normal View History

2022-09-10 09:32:54 +01:00
{
2022-12-05 22:44:54 +00:00
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": true
}