Set max length of lines

This commit is contained in:
Daniël van Noord
2021-03-16 23:53:28 +01:00
parent 5390c1af58
commit b66caab11e

View File

@@ -1,5 +1,5 @@
{ {
"singleQuote": true, "singleQuote": true,
"trailingComma": "all", "trailingComma": "all",
"printWidth": 90 "printWidth": 80
} }