mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2024-11-19 20:31:55 +02:00
12 lines
307 B
JSON
12 lines
307 B
JSON
|
{
|
||
|
"$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json",
|
||
|
"diagnostics": {
|
||
|
"computeTrigger": "onSave",
|
||
|
"ordinaryAppSupport": true,
|
||
|
"parameters": {
|
||
|
"LineLength": {
|
||
|
"maxLineLength": 150
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|