boneyard93501 6ad6784078 init reorg
2021-07-05 21:50:36 -05:00

9 lines
132 B
JavaScript

module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false
};