Enforce trailing commas

This commit is contained in:
Rene Saarsoo
2020-09-21 18:15:45 +03:00
parent a390ec62ee
commit 77bfbbd0a8
4 changed files with 21 additions and 20 deletions

View File

@@ -1,3 +1,4 @@
{
"printWidth": 120
"printWidth": 120,
"trailingComma": "all"
}