nimbus-site/.prettierrc

7 lines
86 B
Plaintext
Raw Normal View History

2023-06-01 10:37:55 +00:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}