discord-player-play-dl/.prettierrc

8 lines
126 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,
2023-03-01 23:48:04 +05:00
"useTabs": true,
2021-06-11 14:06:51 +05:00
"semi": true
2021-04-04 22:44:45 +05:00
}