diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-08-27 14:56:33 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-08-27 14:56:33 -0600 |
commit | 2e8a5a85148413304aadecc3d0f163ade47fe7c5 (patch) | |
tree | cce533d1bd054b69ae2d9f7a904c45c62502e1f8 /.editorconfig | |
parent | 36bc3b587bea9fc7f11615fe9233856ede24b9fd (diff) |
feat: add tab navigation keybinds, refactor which-key settings
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 3ff67ef..bd050fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,4 +11,4 @@ charset = utf-8 # 4 space indentation [*.lua] indent_style = space -indent_size = 4 +indent_size = 2 |