💄 style(vscodium): change identation for the keybindings file to 2 spaces

This commit is contained in:
Sergio Laín 2024-01-21 19:03:44 +01:00
parent 20ecdac0b1
commit db2ddc26ed
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -286,9 +286,9 @@
"when": "filesExplorerFocus"
},
{
"key": "alt+enter",
"command": "-notebook.cell.executeAndInsertBelow",
"when": "notebookCellListFocused && notebookCellType == 'markup' || notebookCellListFocused && notebookMissingKernelExtension && !notebookCellExecuting && notebookCellType == 'code' || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelCount > 0 || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelSourceCount > 0"
"key": "space",
"command": "whichkey.show",
"when": "neovim.mode != 'insert' && !inputFocus"
},
{
"key": "alt+enter",
@ -299,5 +299,5 @@
"key": "tab",
"command": "-editor.action.inlineSuggest.commit",
"when": "inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editorHoverFocused && !editorTabMovesFocus && !suggestWidgetVisible"
},
}
]