mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(language/go): add doc string for siren-define-golines-format-mode
This commit is contained in:
@@ -51,8 +51,7 @@
|
||||
(setq-local tab-width siren-go-tab-width))
|
||||
|
||||
(defun siren-define-golines-format-mode ()
|
||||
;; Setup golines formatter for manual use - on save formatting is handled by
|
||||
;; lsp-mode.
|
||||
"Setup and define golines formatter."
|
||||
(reformatter-define golines-format
|
||||
:program "golines"
|
||||
:args '("-t" "4" "-m" "80" "--no-reformat-tags")
|
||||
|
||||
Reference in New Issue
Block a user