style: add editorconfig file

This commit is contained in:
rlespinasse
2020-04-25 22:03:46 +02:00
parent 74fe20250f
commit 78b4cbe021
7 changed files with 28 additions and 17 deletions

View File

@@ -16,4 +16,4 @@ test_short_sha(){
actual="$(short_sha ${given})"
echo "expected : [${expected}], actual : [${actual}]"
[ "${actual}" == "${expected}" ]
}
}

View File

@@ -52,4 +52,4 @@ test_sluf_ref() {
actual="$(slug_ref \"${given}\")"
echo "expected : [${expected}], actual : [${actual}]"
[ "${actual}" == "${expected}" ]
}
}