commit 1d79d5583e343963068cfcd52816ec87ab28d525 parent e80cdbc121d87c28f897abcaf157d1e552307af0 Author: Thomas Vigouroux <me@vigoux.eu> Date: Tue, 7 May 2024 09:44:39 +0200 go: do not expand tabs This respects the go style guide Diffstat:
A | after/ftplugin/go.lua | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/after/ftplugin/go.lua b/after/ftplugin/go.lua @@ -0,0 +1 @@ +vim.opt.expandtab = false