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))
|
(setq-local tab-width siren-go-tab-width))
|
||||||
|
|
||||||
(defun siren-define-golines-format-mode ()
|
(defun siren-define-golines-format-mode ()
|
||||||
;; Setup golines formatter for manual use - on save formatting is handled by
|
"Setup and define golines formatter."
|
||||||
;; lsp-mode.
|
|
||||||
(reformatter-define golines-format
|
(reformatter-define golines-format
|
||||||
:program "golines"
|
:program "golines"
|
||||||
:args '("-t" "4" "-m" "80" "--no-reformat-tags")
|
:args '("-t" "4" "-m" "80" "--no-reformat-tags")
|
||||||
|
|||||||
Reference in New Issue
Block a user