cubetiq-fusion/.prettierrc.js

5 lines
62 B
JavaScript
Raw Normal View History

2021-07-25 17:44:30 +07:00
module.exports = {
singleQuote: true,
printWidth: 120,
};