Skip to content

Commit 7b83c71

Browse files
committed
Remove haskell-indentation-ifte-offset
1 parent 745fa18 commit 7b83c71

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

haskell-indentation.el

-5
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@
6464
:type 'integer
6565
:group 'haskell-indentation)
6666

67-
(defcustom haskell-indentation-ifte-offset 2
68-
"Extra indentation after the keywords \"if\", \"then\", or \"else\"."
69-
:type 'integer
70-
:group 'haskell-indentation)
71-
7267
(defcustom haskell-indentation-where-pre-offset 2
7368
"Extra indentation before the keyword \"where\"."
7469
:type 'integer

0 commit comments

Comments
 (0)