cloud-take-home-assignment-2/.prettierrc

8 lines
105 B
Plaintext
Raw Permalink Normal View History

2024-05-10 13:03:05 +00:00
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5"
}