ampcast/prettier.config.js
2022-11-12 18:15:23 +00:00

8 lines
131 B
JavaScript

module.exports = {
singleQuote: true,
tabWidth: 4,
printWidth: 100,
endOfLine: 'lf',
bracketSpacing: false,
};