conky/.prettierrc.cjs

8 lines
108 B
JavaScript

module.exports = {
printWidth: 80,
semi: false,
singleQuote: true,
tabWidth: 2,
useTabs: false,
}