Skip to content

Commit 505e683

Browse files
committed
Merge pull request #479 from rabipelais/pesky-indent
Force temp buffer to use spaces for indentation.
2 parents da42d0a + 895739c commit 505e683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haskell-cabal.el

+1
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ resultung buffer-content"
464464
(save-excursion
465465
(prog1
466466
(with-temp-buffer
467+
(setq indent-tabs-mode nil)
467468
(indent-to ,start-col)
468469
(insert ,section-data)
469470
(goto-char (point-min))

0 commit comments

Comments
 (0)