1
0
mirror of https://github.com/BlizD/Tasks.git synced 2025-01-12 03:19:41 +02:00
Tasks/.bsl-language-server.json
2020-08-15 12:00:09 +03:00

20 lines
653 B
JSON

{
"$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json",
"language": "ru",
"diagnostics": {
"skipSupport": "withSupport",
"computeTrigger": "onType",
"parameters": {
"CanonicalSpellingKeywords": false,
"MissingSpace": {
"checkSpaceToRightOfUnary": true,
"listForCheckRight": "",
"listForCheckLeft": "",
"allowMultipleCommas": true,
"listForCheckLeftAndRight": "+ - * / = % < > <> <= >="
},
"CommentedCode" : false
}
}
}