Files
pp-tcms/.prettierrc
2024-05-19 21:04:45 +09:00

8 lines
113 B
Plaintext

{
"printWidth": 120,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"endOfLine": "auto"
}