소스 검색

build: fix tabs and indentations in Lua files, but not in the

lua interpreter codebase.
legacy
Sam Hocevar sam 13 년 전
부모
커밋
cb3d10278d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      build/check-source.sh

+ 2
- 1
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


불러오는 중...
취소
저장