Skip to content

Commit 820597d

Browse files
authored
Merge pull request #6 from kayhide/fix-indentation-of-curly-bracket
Fix indentation of curly bracket
2 parents 2daadc7 + 56ef16f commit 820597d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purescript-indentation.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ autofill-mode."
760760
(purescript-indentation-implicit-layout-list parser)))
761761

762762
(defun purescript-indentation-expression-token (token)
763-
(member token '("if" "let" "do" "case" "\\" "(" "[" "::"
763+
(member token '("if" "let" "do" "case" "\\" "(" "[" "{" "::"
764764
value operator no-following-token)))
765765

766766
(defun purescript-indentation-expression ()

0 commit comments

Comments
 (0)