; go-ts-mode--indent-rules: Indent to 0 at top level

This commit is contained in:
Dmitry Gutov 2023-02-05 18:52:57 +02:00
parent 0862a79fef
commit 24085ba610

View file

@ -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)