Files
hoppscotch/.prettierrc.js
T
2023-08-21 09:06:30 +05:30

9 lines
132 B
JavaScript

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