From 0e60f5c6834eb89dec4c62ab67d0a08a87a2ba77 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 30 Dec 2023 20:50:45 +0900 Subject: [PATCH] Remove astyle files since formatting will be done using uncrustify-trinity Signed-off-by: Michele Calgaro --- astyle/beautify_source_tree | 29 ----------------------------- astyle/tde_astylerc | 14 -------------- 2 files changed, 43 deletions(-) delete mode 100755 astyle/beautify_source_tree delete mode 100644 astyle/tde_astylerc diff --git a/astyle/beautify_source_tree b/astyle/beautify_source_tree deleted file mode 100755 index 0628a8e..0000000 --- a/astyle/beautify_source_tree +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - -if [[ $1 == "" ]]; then - echo "Please specify the source directory to beautify" - exit 1 -fi - -ASTYLEARGS=$( cat <