summaryrefslogtreecommitdiffstats
path: root/src/CheckBasicStyle.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CheckBasicStyle: Check spaces around commas.madmaxoft2014-07-191-6/+6
| | | | We want no space in front of and at least one space after a comma.
* CheckBasicStyle: Proper spaces with commas.madmaxoft2014-07-181-21/+48
|
* Initial version of a script to check basic style.madmaxoft2014-07-171-0/+188
This script reports basic violations of the style, such as indentation using spaces, alignment using tabs, trailing whitespace etc. Passing this script does NOT mean that the style is clean, it's only for fast-checking purposes.