Keymap oneliners (#13887)

This is should be a no-op, whitespace formatting only.
Removes 425 lines of excess whitespace in our default keymap json files.

Release Notes:

- Improved formatting of default keymaps (single line per bind)
This commit is contained in:
Peter Tripp 2024-07-05 22:00:18 -04:00 committed by GitHub
parent c190ed49da
commit 813cc3f5e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 87 additions and 506 deletions

View file

@ -14,6 +14,12 @@
},
"JSON": {
"tab_size": 2,
"preferred_line_length": 100,
"formatter": "prettier"
},
"JSONC": {
"tab_size": 2,
"preferred_line_length": 100,
"formatter": "prettier"
},
"JavaScript": {