summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/checkwhite
Commit message (Expand)AuthorAgeFilesLines
* Enable strict mode in checkwhite.Neil Moore2014-05-121-1/+2
* Fix "if(" and friends in checkwhite.Neil Moore2014-05-121-0/+2
* Improvements to checkwhite and unbrace.Neil Moore2014-03-301-4/+13
* Ignore javascript contribs in checkwhite.Neil Moore2014-01-201-0/+1
* Don't complain in checkwhite about empty files.Neil Moore2013-06-181-1/+1
* Update checkwhite and pre-commit for incoming MSVC project filesPete Hurst2013-05-241-1/+1
* Prevent checkwhite / pre-commit complaining about new MSVC formatsPete Hurst2013-05-191-1/+1
* Let checkwhite eradicate BOMs it finds.Adam Borowski2013-01-181-1/+4
* Whitespace and indentation fixes.Adam Borowski2012-10-241-1/+1
* Remove zero-width spaces from French descriptions.Adam Borowski2012-09-201-0/+3
* Allow running checkwhite on files not yet added to git.Adam Borowski2012-06-191-8/+11
* Add an option to checkwhite to change the tab size.Raphael Langella2012-06-061-0/+7
* Let checkwhite properly convert tabs after non-spaces.Adam Borowski2011-12-061-5/+6
* Whitespace fixes.Adam Borowski2011-10-261-1/+1
* Add *.gif to checkwhite's and git hooks ignore list.Adam Borowski2011-09-071-1/+1
* Don't exempt Perl scripts from checkwhite.Adam Borowski2011-03-021-1/+0
* Adjust the list of file types exempted by checkwhite.Adam Borowski2010-12-221-2/+3
* Don't exempt *.txt, *.rb, *.pl and the makefile from whitespace checks.Adam Borowski2010-12-141-2/+3
* Disallow encodings other than UTF-8 in the source.Adam Borowski2010-12-131-0/+9
* Don't allow any CRs inside text files in the source.Adam Borowski2010-12-131-0/+1
* Make tab expansion a bit smarter.Adam Borowski2010-10-071-1/+1
* remove the windows stuff from checkwiteRaphael Langella2010-10-061-7/+4
* Make the checkwhite script fix whatever it finds.Adam Borowski2010-09-301-4/+14
* Make checkwhite script windows compatible.Raphael Langella2010-09-301-2/+4
* Add my script for checking whitespace violations.Adam Borowski2010-09-241-0/+25