Updated max length of lines

This commit is contained in:
Daniël van Noord
2021-03-16 23:13:26 +01:00
parent af508ceee5
commit 5390c1af58

View File

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