mathjslab
Version:
MathJSLab - An interpreter with language syntax like MATLAB®/Octave, ISBN 978-65-00-82338-7.
30 lines (29 loc) • 729 B
Plain Text
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 190,
"overrides": [
{
"files": "*.svg",
"options": {
"parser": "html",
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "strict"
}
},
{
"files": "*.scss",
"options": {
"parser": "scss",
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"proseWrap": "preserve",
"bracketSpacing": false
}
}
]
}