mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lang): tweak golines arguments to not use deprecated gofumports
This commit is contained in:
@@ -52,8 +52,7 @@
|
||||
;; lsp-mode.
|
||||
(reformatter-define golines-format
|
||||
:program "golines"
|
||||
:args '("-t" "4" "-m" "80" "--no-reformat-tags"
|
||||
"--base-formatter=gofumports")
|
||||
:args '("-t" "4" "-m" "80" "--no-reformat-tags")
|
||||
:lighter "GOLINES"))
|
||||
|
||||
:config
|
||||
|
||||
Reference in New Issue
Block a user