Skip to content

Commit e799b44

Browse files
committed
commented out the tab hoarder
1 parent d78e6eb commit e799b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ vim.opt.shiftwidth = 2
109109

110110
-- Use spaces instead of tabs
111111
-- See `:help 'expandtab'`
112-
-- vim.opt.expandtab = true
112+
vim.opt.expandtab = true
113113

114114
-- Make line numbers default
115115
vim.opt.number = true

0 commit comments

Comments
 (0)