// prettier --write "**/*.{css,ts,js,json}" module.exports = { // https://prettier.io/docs/en/options.htm tabWidth: 2, useTabs: true, printWidth: 80, };