mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 10:50:49 -08:00
; go-ts-mode--indent-rules: Indent to 0 at top level
This commit is contained in:
parent
0862a79fef
commit
24085ba610
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@
|
||||||
|
|
||||||
(defvar go-ts-mode--indent-rules
|
(defvar go-ts-mode--indent-rules
|
||||||
`((go
|
`((go
|
||||||
|
((parent-is "source_file") point-min 0)
|
||||||
((node-is ")") parent-bol 0)
|
((node-is ")") parent-bol 0)
|
||||||
((node-is "]") parent-bol 0)
|
((node-is "]") parent-bol 0)
|
||||||
((node-is "}") parent-bol 0)
|
((node-is "}") parent-bol 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue