[MLton] Tabs in source files
Vesa Karvonen
vesa.karvonen@cs.helsinki.fi
Wed, 27 Jul 2005 20:11:54 +0300
Quoting Henry Cejtin <henry.cejtin@sbcglobal.net>:
> I would really not like tabs being eliminated. [...]
Well, it is not a major issue to me. I'll probably cook up some scripts/emacs
customization to allow me to edit MLton code conveniently.
> Note, I use a simple tool to expand and contract leading white-space to
> tabs.
There seems to be quite a few lines in MLton that could be contracted.
Try running:
find -regex '.*\.\(sml\|sig\|fun\)' | xargs grep ' \{8\}' | wc -l
-Vesa Karvonen