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.
2 parents 820597d + 2732e0d commit 154ad16Copy full SHA for 154ad16
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