set print width to 120 instead of 80

This commit is contained in:
Sebastian Sdorra
2019-10-21 10:55:26 +02:00
parent bcca691561
commit 85773186db

View File

@@ -1,5 +1,3 @@
module.exports = {
// we want to change this later to 120,
// but for now we will keep the 80 to avoid to much/unwanted changes in commits
printWidth: 80
printWidth: 120
};