Allow to show full content on list

This commit is contained in:
panr
2019-03-31 19:18:08 +02:00
parent bca791fe8c
commit 50e36736c6
14 changed files with 1807 additions and 1128 deletions

View File

@ -1,5 +1,11 @@
{
"parser": "babylon",
"parser": "babel",
"printWidth": 100,
"trailingComma": "all"
"trailingComma": "all",
"overrides": [{
"files": ".html",
"options": {
"parser": "html"
}
}]
}