discord-player-play-dl/.prettierrc

7 lines
107 B
Text
Raw Normal View History

2021-04-04 22:44:45 +05:00
{
2021-06-13 13:06:19 +05:00
"printWidth": 200,
2021-04-04 22:44:45 +05:00
"trailingComma": "none",
2021-06-11 14:06:51 +05:00
"singleQuote": false,
"tabWidth": 4,
"semi": true
2021-04-04 22:44:45 +05:00
}