Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-14 | Clamp indentation delta. | Ori Bernstein | |
We don't want to indent/outdent by more than one level at a time. | |||
2015-07-14 | Remove debug prints in the indent script | Ori Bernstein | |
2015-07-14 | Improve indentation script. | Ori Bernstein | |
Simpler code, more consistency in the indentation. We no longer outdent after something like: foo([ ]) | |||
2015-06-28 | Implement '__init__' functions. | Ori Bernstein | |
2015-06-20 | Fix up indent scripts. | Ori Bernstein | |
2015-06-17 | Fix up indent script. | Ori Bernstein | |
2015-05-04 | Add support for escaped line endings in vim indent script. | Ori Bernstein | |
2015-05-03 | Remove debug echos from vim script. | Ori Bernstein | |
2015-05-03 | Fix deindenting when ']' is on its own. | Ori Bernstein | |
2015-05-02 | Handle [] indents better. | Ori Bernstein | |
2015-04-19 | Ignore indent/outdents inside strings. | Ori Bernstein | |
2015-04-17 | Clean up InComment a bit. | Ori Bernstein | |
This removes a needless if. | |||
2015-04-17 | Update vim scripts. Don't indent comments. | Ori Bernstein | |
We used to autoindent like this: stuff /* for each thing we .. */ erronously indented Now we do this: stuff /* for each thing */ correctly indented | |||
2015-04-17 | Add vim support files. | Ori Bernstein | |