discord-player-play-dl/.prettierrc

7 lines
107 B
Text
Raw Normal View History

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