update line length

This commit is contained in:
hay-kot 2021-05-01 19:40:31 -08:00
commit 4edf2a814e

View file

@ -65,6 +65,7 @@
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
"singleQuote": false,
"printWidth": 120
}
}
}