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

7 lines
126 B
JavaScript

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