unimath2024/.vscode/settings.json

20 lines
577 B
JSON
Raw Normal View History

2024-07-28 22:58:42 +00:00
{
"coq.format.indentAfterBullet": "indent",
"coq.format.unindentOnCloseProof": true,
"coq.format.indentAfterOpenProof": true,
"editor.formatOnType": true,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.tabSize": 2,
"vscoq.path": "/nix/store/3bhqs93fw89kx339mirf4jgg52dw4fcs-ocaml4.14.2-vscoq-language-server-2.1.4/bin/vscoqtop",
"vscoq.args": [
"-noinit",
"-indices-matter",
"-type-in-type",
"-w",
"-notation-overridden",
"-Q",
"/Applications/Coq-Platform~8.15~2022.04.app/Contents/Resources/lib/coq/user-contrib/UniMath",
"UniMath"
]
}