lightningcss-loader/prettier.config.js

6 lines
81 B
JavaScript

export default {
printWidth: 120,
tabWidth: 4,
singleQuote: true,
};