Now, something like:
\ifthenelse{...}{
Yes.
}{
No.
}
is properly indented (as above). The third line is indented according to the
position in the line which causes the least indentation (after as many braces
as possible were closed).
We also try to indent \if/\else/\fi blocks:
\ifnum1<0
bar
\else
foo
\fi
Finally, the indentation is much faster (by using a cache) than the default
indentation script shipped with vim.
commands to do the following:
1. change the EOL style of all vim files to be just LF.
2. changed the mime-type of all files to text/plain
3. removed the executable flag on all files.
This should hopefully make the repo look better on all platforms etc.