Files
SCM-Manager/scm-ui/prettier-config/index.js

6 lines
163 B
JavaScript
Raw Normal View History

2019-10-14 11:58:18 +02:00
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
};