Files
solana-agent-kit/examples/discord-bot-starter/.prettierrc
2025-01-04 10:52:34 +01:00

11 lines
186 B
Plaintext

{
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "auto",
"bracketSpacing": true
}