Chore: format

This commit is contained in:
Wilfried OLLIVIER 2023-01-10 13:41:09 +01:00
parent 4ee75c2f2c
commit a5350cae23

View file

@ -19,7 +19,7 @@
{ {
"before": ["<"], "before": ["<"],
"commands": ["editor.action.outdentLines"] "commands": ["editor.action.outdentLines"]
}, }
], ],
"vim.insertModeKeyBindings": [ "vim.insertModeKeyBindings": [
{ {
@ -123,7 +123,7 @@
{ {
"before": ["<leader>", "b", "c"], "before": ["<leader>", "b", "c"],
"commands": ["copyRelativeFilePath"] "commands": ["copyRelativeFilePath"]
}, }
], ],
"vim.leader": ",", "vim.leader": ",",
"vim.handleKeys": { "vim.handleKeys": {