1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-11-19 20:31:55 +02:00

Настройки sonar

This commit is contained in:
alkoleft 2023-04-07 02:18:01 +03:00
parent b2be165a0c
commit 31f151663f

12
.bsl-language-server.json Normal file
View File

@ -0,0 +1,12 @@
{
"$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json",
"diagnostics": {
"computeTrigger": "onSave",
"ordinaryAppSupport": true,
"parameters": {
"LineLength": {
"maxLineLength": 150
}
}
}
}