mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2024-11-19 20:31:55 +02:00
Настройки sonar
This commit is contained in:
parent
b2be165a0c
commit
31f151663f
12
.bsl-language-server.json
Normal file
12
.bsl-language-server.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user