10 lines
286 B
JSON
10 lines
286 B
JSON
{
|
|
"editor.unicodeHighlight.ambiguousCharacters": false,
|
|
"gitdoc.enabled": false,
|
|
"gitdoc.autoCommitDelay": 300000,
|
|
"gitdoc.commitMessageFormat": "'auto gitdoc commit'",
|
|
"agdaMode.connection.commandLineOptions": "--rewriting",
|
|
"search.exclude": {
|
|
"src/CubicalHott/**": true
|
|
}
|
|
}
|