chore: Update the .editorconfig files and pacify editorconfig-checker

This commit is contained in:
Cosmin Truta
2024-02-15 18:29:26 +02:00
parent 42c8fcbff9
commit 4191872d0d
15 changed files with 171 additions and 113 deletions

View File

@@ -15,7 +15,7 @@ TEST(){
77) test_status="$skip"
skipped=1;;
*) test_status="$fail"
st="$status";;
st="$status";;
esac
echo "===============$test_status $* ===================="
return "$status"