next-cochise/.prettierrc

7 lines
106 B
Plaintext
Raw Permalink Normal View History

{
"semi": true,
"singleQuote": false,
2025-02-03 12:53:36 +07:00
"printWidth": 120,
"trailingComma": "es5",
"tabWidth": 2
}