Skip to content

Commit 2732e0d

Browse files
committed
Fix indentation of row type
1 parent 820597d commit 2732e0d

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
@@ -507,7 +507,7 @@ autofill-mode."
507507
("[" . (lambda () (purescript-indentation-list #'purescript-indentation-type
508508
"]" "," nil)))
509509
("{" . (lambda () (purescript-indentation-list #'purescript-indentation-type
510-
"}" "," nil)))))
510+
"}" "," "|")))))
511511

512512
(defconst purescript-indentation-expression-list
513513
'(("data" . purescript-indentation-data)

0 commit comments

Comments
 (0)