mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
14 lines
190 B
JSON
14 lines
190 B
JSON
{
|
|
"printWidth": 110,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"printWidth": 80,
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
]
|
|
}
|