disable the new {} indentation until it can be done in a #lang language-specific way

This commit is contained in:
Robby Findler 2011-01-27 11:21:46 -06:00
parent 419ca0a36d
commit efb66b0cc4

View File

@ -604,6 +604,7 @@
[(not contains)
;; Something went wrong matching. Should we get here?
(do-indent 0)]
#; ;; disable this to accomodate PLAI programs; return to this when a #lang capability is set up.
[(curley-brace-sexp?)
;; when we are directly inside an sexp that uses {}s,
;; we indent in a more C-like fashion (to help Scribble)