Files
code-journey/frontend/.prettierrc
T
2026-05-09 01:20:37 +07:00

8 lines
106 B
Plaintext

{
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}