discord-player-play-dl/.prettierrc

6 lines
90 B
Text
Raw Normal View History

2021-04-04 22:44:45 +05:00
{
2021-05-14 17:03:17 +05:00
"printWidth": 400,
2021-04-04 22:44:45 +05:00
"trailingComma": "none",
"singleQuote": true,
"tabWidth": 4
}