mathml-to-latex/.prettierrc.js
2020-09-27 02:23:15 -03:00

8 lines
115 B
JavaScript

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