Skip to content

Commit 28dd046

Browse files
Add tab 4:
1 parent ad36fcc commit 28dd046

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,3 +1080,6 @@ vim.keymap.set('n', '<leader>m', function()
10801080
print '⚠️ No executable found in build/.'
10811081
end
10821082
end, { desc = '[M]ake & Run' })
1083+
1084+
vim.bo.tabstop = 4
1085+
vim.bo.shiftwidth = 4

0 commit comments

Comments
 (0)