gitdeploy/html/.prettierrc

7 lines
95 B
Plaintext
Raw Normal View History

2020-09-09 04:08:25 +00:00
{
"trailingComma": "none",
"tabWidth": 2,
"singleQuote": true,
"proseWrap": "always"
}