diff --git a/otto.sh b/otto.sh index 20de2c5..7bb26c3 100755 --- a/otto.sh +++ b/otto.sh @@ -11,11 +11,6 @@ MODULE_DIR="${TEMPLATE_FILES}/modules" format_source_code () { - if [ ! -f .clang-format]; then - echo "Missing '.clang-format' file!" - return - fi - #Get a list of all C files source_c_files=$(find ./src -name '*.c') for f in $source_c_files; do