1
0
Fork 0
hugo-paper/.prettierrc.js

5 lines
62 B
JavaScript
Raw Normal View History

2021-08-23 22:07:54 +02:00
module.exports = {
printWidth: 100,
singleQuote: true,
};