mathml-to-latex/.prettierrc.js

7 lines
113 B
JavaScript
Raw Normal View History

2020-09-01 17:33:29 +02:00
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 2
};