Files
discord-spywatcher/.prettierrc
2025-10-18 23:06:56 +00:00

11 lines
189 B
Plaintext

{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf"
}