ds4/.prettierrc.js
2020-12-23 17:26:53 +01:00

8 lines
149 B
JavaScript

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