summaryrefslogtreecommitdiffstats
path: root/src/CheckBasicStyle.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* CheckBasicStyle: Added checking for the "template" keyword.Mattes D2014-08-281-1/+2
* CheckBasicStyle: multi-level indent change.madmaxoft2014-08-041-1/+16
* BasicStyleCheck: Dividers are exactly 80 slashes.madmaxoft2014-08-041-1/+17
* CheckBasicStyle: Added a lua shebang.madmaxoft2014-07-211-0/+1
* CheckBasicStyle: Doesn't require LuaFileSystem.madmaxoft2014-07-211-34/+10
* Normalized spaces after "catch".madmaxoft2014-07-211-1/+2
* CheckBasicStyle: Checks spaces after keywords, no space before ")".madmaxoft2014-07-211-1/+16
* CheckBasicStyle: Checks for braces not on separate lines.madmaxoft2014-07-191-2/+6
* CheckBasicStyle: Check spaces around commas.madmaxoft2014-07-191-6/+6
* CheckBasicStyle: Proper spaces with commas.madmaxoft2014-07-181-21/+48
* Initial version of a script to check basic style.madmaxoft2014-07-171-0/+188