ds4/.prettierrc.js

8 lines
126 B
JavaScript
Raw Normal View History

2020-12-23 17:26:53 +01:00
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: false,
printWidth: 120,
tabWidth: 4,
};