.prettierrc.js 68 B

123456
  1. "use strict";
  2. module.exports = {
  3. printWidth: 100,
  4. tabWidth: 4
  5. };