hlsa/backend/api/.prettierrc.json

7 lines
75 B
JSON
Raw Normal View History

2024-11-20 07:25:04 -05:00
{
"singleQuote": false,
"tabWidth": 4,
"useTabs": true,
"semi": true
}