aboutsummaryrefslogtreecommitdiff
path: root/src/indent.c
Commit message (Collapse)AuthorAge
* Cleanup of indent.c to make it comply with style guide.John2014-03-27
| | | | | | | | | | | | - Uncrustify indent.c - Fix comments - Fix whitespace - Format get_lisp_indent (needs to be refactored completely) - Fix endline comments - Change to postincrement - Fix clint.py errors - Move static function last - Fix blank endlines
* Use memmove instead of mch_memmoveFelipe Oliveira Carvalho2014-03-26
|
* adapt to the style guildelinesPetter Wahlman2014-03-19
| | | | | semi-automated harvest of low hanging fruit: change the unorthodox use of whitespace.
* Moved more functions from misc1.c to indent.cJohn2014-03-15
|
* Move some of misc1.c to indent.c.Gaelan Steele2014-03-03
My little contribution to #209.