In my VSCode user settings, I have a default ruler at 80 chars using:
"editor.rulers": [80],
When editing git commits — to assist in adhering to the 50/72 rule (1, 2) — I'd like to override the default with the following rulers:
"editor.rulers": [50, 72],