removed tab indent setting, works w/o it and doesn interfere w/ global

This commit is contained in:
2023-04-13 07:23:24 +02:00
parent ea50412bc5
commit 89459719b5

View File

@@ -7,7 +7,7 @@
:config
(setq gofmt-args '("-s"))
(setq tab-width 4)
(setq indent-tabs-mode 1)
;; (setq indent-tabs-mode 1)
:init
(add-hook 'before-save-hook 'gofmt-before-save))