diretto/prettier.config.js

6 lines
91 B
JavaScript

// prettier.config.js or .prettierrc.js
module.exports = {
tabWidth: 4,
useTabs: true
};