From cb3d10278d89acfc47289af7982c572d85a9fa7f Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 22 Mar 2013 20:03:45 +0000 Subject: [PATCH] build: fix tabs and indentations in Lua files, but not in the lua interpreter codebase. --- build/check-source.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/check-source.sh b/build/check-source.sh index d9fa4fcb..3d22a013 100755 --- a/build/check-source.sh +++ b/build/check-source.sh @@ -106,6 +106,7 @@ for file in $FILES; do case "$file" in # These files aren't ours, don't fix src/bullet/*|\ + src/lua/*|\ external/*|\ */generated/*|\ web/plugins/*) @@ -119,7 +120,7 @@ for file in $FILES; do : ;; # These files we know how to handle - *.c|*.cpp|*.m|*.mm|*.h|*.hh|*.lolfx|*.l|*.y|*.sh|*.py) + *.c|*.cpp|*.m|*.mm|*.h|*.hh|*.lolfx|*.lua|*.l|*.y|*.sh|*.py) clean=true # Check for CR LF