gitdeploy/.prettierrc
2020-09-17 14:50:23 -04:00

7 lines
95 B
Plaintext

{
"trailingComma": "none",
"tabWidth": 2,
"singleQuote": true,
"proseWrap": "always"
}