MeshChatX/.prettierrc
2026-01-01 15:25:23 -06:00

8 lines
142 B
Text

{
"semi": true,
"tabWidth": 4,
"singleQuote": false,
"printWidth": 120,
"trailingComma": "es5",
"endOfLine": "auto"
}