chore: format code

This commit is contained in:
GitHub Action 2025-12-11 18:05:35 +00:00
parent 3a9bbe2371
commit 4c9208fbf1
3 changed files with 4 additions and 4 deletions

View file

@ -24,4 +24,4 @@
"typescript": "catalog:",
"@typescript/native-preview": "catalog:"
}
}
}

View file

@ -29,4 +29,4 @@
"publishConfig": {
"directory": "dist"
}
}
}

View file

@ -7333,12 +7333,12 @@
},
"input_undo": {
"description": "Undo in input",
"default": "ctrl+-,cmd+z",
"default": "ctrl+-",
"type": "string"
},
"input_redo": {
"description": "Redo in input",
"default": "ctrl+.,cmd+shift+z",
"default": "ctrl+.",
"type": "string"
},
"input_word_forward": {