cosmos-explorer/.prettierrc.json
2025-07-31 18:42:09 -05:00

13 lines
236 B
JSON

{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "auto",
"printWidth": 80,
"semi": true,
"singleAttributePerLine": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}