next-cochise/.prettierrc
2025-02-03 12:53:36 +07:00

7 lines
106 B
Plaintext

{
"semi": true,
"singleQuote": false,
"printWidth": 120,
"trailingComma": "es5",
"tabWidth": 2
}