Merge branch 'tabs' into 'master'

Remove unused CI/check_tabs.sh script

See merge request OpenMW/openmw!4157
pull/3236/head
Alexei Kotov 7 months ago
commit a189b6fb88

@ -1,9 +0,0 @@
#!/bin/bash
OUTPUT=$(grep -nRP '\t' --include=\*.{cpp,hpp,c,h} --exclude=ui_\* apps components)
if [[ $OUTPUT ]] ; then
echo "Error: Tab characters found!"
echo $OUTPUT
exit 1
fi
Loading…
Cancel
Save