ucap-angular/.prettierrc

6 lines
70 B
Plaintext
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"trailingComma": "none",
"tabWidth": 2,
"singleQuote": true
}