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

12 lines
307 B
JSON
Raw Permalink Normal View History

2023-04-07 01:18:01 +02:00
{
"$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json",
"diagnostics": {
"computeTrigger": "onSave",
"ordinaryAppSupport": true,
"parameters": {
"LineLength": {
"maxLineLength": 150
}
}
}
}