Skip to content

Commit 52532f2

Browse files
committed
add bls config
1 parent af29320 commit 52532f2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.bsl-language-server.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json",
3+
"language": "ru",
4+
"diagnostics": {
5+
"parameters": {
6+
"LineLength": {
7+
"maxLineLength": 150
8+
},
9+
"MissingSpace": {
10+
"allowMultipleCommas": true
11+
},
12+
"Typo": {
13+
"minWordLength": 3,
14+
"userWordsToIgnore": "Закоммитить,Коммитом,Коммита,Коммите,тэг,Тэг,Инкрементально,"
15+
}
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)