Musique/node_modules/@discordjs/node-pre-gyp/.prettierrc.json

9 lines
136 B
JSON
Raw Normal View History

2021-12-04 19:00:33 +00:00
{
"printWidth": 120,
"useTabs": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf"
}