webpack/.prettierrc.js

6 lines
68 B
JavaScript

module.exports = {
printWidth: 80,
useTabs: true,
tabWidth: 2
};