mirror of
https://github.com/BlizD/Tasks.git
synced 2025-01-14 03:20:16 +02:00
17 lines
565 B
JSON
17 lines
565 B
JSON
{
|
|
"$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json",
|
|
"language": "ru",
|
|
"diagnostics": {
|
|
"computeTrigger": "onType",
|
|
"parameters": {
|
|
"CanonicalSpellingKeywords": false,
|
|
"MissingSpace": {
|
|
"checkSpaceToRightOfUnary": true,
|
|
"listForCheckRight": "",
|
|
"listForCheckLeft": "",
|
|
"allowMultipleCommas": true,
|
|
"listForCheckLeftAndRight": "+ - * / = % < > <> <= >="
|
|
}
|
|
}
|
|
}
|
|
} |