Skip to content

Commit 56ef16f

Browse files
committed
Fix indentation of curly bracket
1 parent 8db1d02 commit 56ef16f

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)