We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50e065 commit ad814a6Copy full SHA for ad814a6
frontend/src/component/config/index.ts
@@ -27,7 +27,7 @@ export function baseExtensions(saveAction: Command) {
27
}]),
28
keymap.of([{
29
key: "Mod-s",
30
- run: saveAction
+ run: saveAction,
31
32
indentUnit.of("\t"),
33
gruvboxDark,
0 commit comments