We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820597d commit 2732e0dCopy full SHA for 2732e0d
purescript-indentation.el
@@ -507,7 +507,7 @@ autofill-mode."
507
("[" . (lambda () (purescript-indentation-list #'purescript-indentation-type
508
"]" "," nil)))
509
("{" . (lambda () (purescript-indentation-list #'purescript-indentation-type
510
- "}" "," nil)))))
+ "}" "," "|")))))
511
512
(defconst purescript-indentation-expression-list
513
'(("data" . purescript-indentation-data)
0 commit comments