mirror of
https://github.com/vbondarevsky/Connector.git
synced 2024-11-21 17:36:49 +02:00
15 lines
486 B
JSON
15 lines
486 B
JSON
{
|
|
"$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json",
|
|
"diagnostics": {
|
|
"parameters": {
|
|
"Typo": {
|
|
"userWordsToIgnore": "Редирект,Редиректа,Распарсить,Сериализации,Многостатусный"
|
|
},
|
|
"LatinAndCyrillicSymbolInWord": false,
|
|
"MagicNumber": {
|
|
"authorizedNumbers": "-1,0,1,2"
|
|
}
|
|
}
|
|
}
|
|
}
|