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
2023-04-07 02:18:01 +03:00

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
}
}
}
}