Files
hotel-api/.prettierrc
2025-09-22 10:45:25 +07:00

9 lines
127 B
Plaintext

{
"semi": true,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": false,
"trailingComma": "es5",
"endOfLine": "lf"
}