Skip to content

Commit

Permalink
Never expand tabs in Go
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichm committed Feb 29, 2024
1 parent 562e42f commit 0ac2e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/after/ftplugin/go.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- luacheck: globals GoMockgen

vim.opt_local.expandtab = false
vim.opt_local.colorcolumn:append('100')

function GoMockgen()
Expand Down

0 comments on commit 0ac2e4d

Please sign in to comment.