1
0
mirror of https://github.com/bia-technologies/precommit4onec.git synced 2025-02-13 13:48:32 +02:00
precommit4onec/.vscode/settings.json

10 lines
273 B
JSON
Raw Normal View History

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