Archon/.prettierrc

10 lines
155 B
Text
Raw Permalink Normal View History

2025-11-11 14:59:22 +00:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"printWidth": 100,
"arrowParens": "avoid",
"endOfLine": "auto"
2025-11-11 14:59:22 +00:00
}