Initial commit

This commit is contained in:
2022-10-25 16:01:18 +02:00
parent 9ed797bdb6
commit b9c4f1e806
138 changed files with 252275 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"characterRegex": "a-zA-ZöäüÖÄÜßśćżźłńóąęŚĆŁŃŻŹĄĘÓ",
"maxLookBackDistance": 50,
"minWordLength": 2,
"minWordTriggerLength": 3,
"wordInsertionMode": "Ignore-Case & Replace",
"ignoreDiacriticsWhenFiltering": false,
"latexProviderEnabled": true,
"latexTriggerInCodeBlocks": true,
"latexMinWordTriggerLength": 2,
"latexIgnoreCase": false,
"fileScannerProviderEnabled": true,
"fileScannerScanCurrent": true,
"wordListProviderEnabled": true,
"frontMatterProviderEnabled": true,
"frontMatterTagAppendSuffix": true,
"frontMatterIgnoreCase": true
}