mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
6 lines
163 B
JavaScript
6 lines
163 B
JavaScript
|
|
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
|
||
|
|
};
|