subweb/.prettierrc.js

4 lines
61 B
JavaScript
Raw Normal View History

2023-12-13 17:31:39 +08:00
module.exports = {
singleQuote: true,
printWidth: 120,
};