; 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
|
||||
`((go
|
||||
((parent-is "source_file") point-min 0)
|
||||
((node-is ")") parent-bol 0)
|
||||
((node-is "]") parent-bol 0)
|
||||
((node-is "}") parent-bol 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue