cosmjs/.prettierrc.json

14 lines
190 B
JSON
Raw Normal View History

2020-01-22 17:48:29 +01:00
{
"printWidth": 110,
"trailingComma": "all",
"overrides": [
{
"files": "*.md",
"options": {
"printWidth": 80,
"proseWrap": "always"
}
}
]
}