mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; go-ts-mode--indent-rules: Indent to 0 at top level
This commit is contained in:
parent
0862a79fef
commit
24085ba610
|
|
@ -66,6 +66,7 @@
|
|||
|
||||
(defvar go-ts-mode--indent-rules
|
||||
`((go
|
||||
((parent-is "source_file") point-min 0)
|
||||
((node-is ")") parent-bol 0)
|
||||
((node-is "]") parent-bol 0)
|
||||
((node-is "}") parent-bol 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue