Increase max length to 100

This commit is contained in:
Daniël van Noord
2021-03-28 14:53:20 +02:00
parent f506cb136e
commit fb0f9c3bf3
2 changed files with 10 additions and 2 deletions

View File

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