godcall/MemoryPanel/web/.prettierrc
2026-07-22 17:19:44 +08:00

10 lines
154 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always",
"endOfLine": "lf"
}