Files
hermes-agent/apps/desktop/.prettierrc
T
2026-06-14 14:30:48 -04:00

12 lines
203 B
Plaintext

{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "auto",
"printWidth": 120,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}