mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 05:52:11 +01:00
set print width to 120 instead of 80
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user