unimath2024/.vscode/settings.json
2024-07-29 00:02:17 -05:00

16 lines
336 B
JSON

{
"editor.formatOnType": true,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.tabSize": 2,
"vscoq.path": "/Users/michael/.opam/5.1.0/bin/vscoqtop",
"vscoq.args": [
"-noinit",
"-indices-matter",
"-type-in-type",
"-w",
"-notation-overridden",
"-Q",
"/Users/michael/opt/UniMath/UniMath",
"UniMath"
]
}