]> git.eshelyaron.com Git - emacs.git/commitdiff
; go-ts-mode--indent-rules: Indent to 0 at top level
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Feb 2023 16:52:57 +0000 (18:52 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Feb 2023 16:53:44 +0000 (18:53 +0200)
lisp/progmodes/go-ts-mode.el

index 4b14e55281e5db27627d16258664aedbfa27e00e..e5b7bcca9aa6564c5d8950112b4c7368c6265d7b 100644 (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)