hoppscotch/.prettierrc.js

9 lines
132 B
JavaScript
Raw Normal View History

2021-05-25 16:13:13 +00:00
module.exports = {
semi: false,
trailingComma: "es5",
singleQuote: false,
printWidth: 80,
useTabs: false,
tabWidth: 2
2021-05-25 16:13:13 +00:00
}