mathml-to-latex/.prettierrc.js
2020-09-12 17:11:18 -03:00

7 lines
113 B
JavaScript
Executable File

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