1
0
mirror of https://github.com/bia-technologies/precommit4onec.git synced 2024-11-28 08:48:45 +02:00
precommit4onec/.vscode/settings.json
Maxmov Valery 46915b32bf Инициализация на основании шаблона скриптов
Специально удалены все оригинальные файлы, но оставлены в истории
2017-09-01 16:06:32 +03:00

10 lines
273 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"language-1c-bsl.linterEntryPoint": "src/console-entry-point.os",
"editor.rulers": [ 120 ],
"files.associations": {
"*.os-template" : "bsl"
, "packagedef" : "bsl"
}
}