diff --git a/scm-ui/prettier-config/index.js b/scm-ui/prettier-config/index.js index 6073b335aa..50f8192e96 100644 --- a/scm-ui/prettier-config/index.js +++ b/scm-ui/prettier-config/index.js @@ -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 };