Просмотр исходного кода

fixed 1892 files out of 4212:

- removed 154050 CR characters
 - removed 150 trailing whitespaces
 - replaced 1695 tabs with spaces
 - fixed 1886 svn:eol-style properties
undefined
Lolbot Sam Hocevar <sam@hocevar.net> 9 лет назад
Родитель
Сommit
7b5ccb47d2
1 измененных файлов: 1 добавлений и 8 удалений
  1. +1
    -8
      build/check-source.sh

+ 1
- 8
build/check-source.sh Просмотреть файл

@@ -121,18 +121,11 @@ for file in $FILES; do
esac

case "$file" in
# These files aren't ours, don't fix
# These files aren't ours, but fix their line endings
src/bullet/*|\
src/lua/*|\
external/*|\
web/plugins/*)
continue
;;
esac

case "$file" in
# These files aren't ours, but fix their line endings
*/generated/*)
should_check_spaces=false
;;
esac


Загрузка…
Отмена
Сохранить