mirror of
https://github.com/bia-technologies/precommit4onec.git
synced 2025-02-13 13:48:32 +02:00
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"
|
||
|
}
|
||
|
}
|