Files
discord.js-selfbot/.prettierrc.json
tungdo0602 2e4542c069 fix 4
2025-06-30 22:19:34 +07:00

8 lines
130 B
JSON

{
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all",
"endOfLine": "lf",
"arrowParens": "avoid"
}