DiffCov/.prettierrc.js

8 lines
116 B
JavaScript
Raw Permalink Normal View History

2022-10-24 18:48:49 +00:00
module.exports = {
tabWidth: 2,
printWidth: 120,
singleQuote: false,
trailingComma: "es5",
semi: true,
};