ampcast/prettier.config.js

8 lines
131 B
JavaScript
Raw Normal View History

2021-07-20 09:29:42 +08:00
module.exports = {
singleQuote: true,
tabWidth: 4,
printWidth: 100,
endOfLine: 'lf',
bracketSpacing: false,
};