We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec7ff37 + 0fe3b7c commit d1d06eeCopy full SHA for d1d06ee
haskell-cabal.el
@@ -877,7 +877,9 @@ Source names from main-is and c-sources sections are left untouched
877
(indent-line-to indent)
878
(beginning-of-line)
879
(when (looking-at "[ ]*\\([ ]\\{2\\},[ ]*\\)")
880
- (replace-match ", " t t nil 1))))))
+ (replace-match ", " t t nil 1)))))
881
+ (empty
882
+ (indent-relative)))
883
(haskell-cabal-forward-to-line-entry))
884
885
(defun haskell-cabal-map-sections (fun)
0 commit comments