mirror of
https://github.com/bia-technologies/precommit4onec.git
synced 2024-11-28 08:48:45 +02:00
46915b32bf
Специально удалены все оригинальные файлы, но оставлены в истории
10 lines
273 B
JSON
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"
|
|
}
|
|
}
|