mathml-to-latex/.prettierrc.js

8 lines
115 B
JavaScript
Raw Normal View History

2020-09-27 07:23:15 +02:00
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 2,
};