From 67a0d077e14b113d2bee11caae9fdb54acab2d68 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 5 Sep 2023 23:53:14 +0200 Subject: [PATCH] Delete src/Tools/astylerc Removed config file for astylerc c c++ formatter tool --- src/Tools/astylerc | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/Tools/astylerc diff --git a/src/Tools/astylerc b/src/Tools/astylerc deleted file mode 100644 index 35a82136e9..0000000000 --- a/src/Tools/astylerc +++ /dev/null @@ -1,30 +0,0 @@ -# Use these options with: astyle --options= SourceFile.cpp -# - -# Do not create a copy of the original, same as -n -suffix=none - -# set 4 spaces per indent, same as -s4 -indent=spaces=4 - -# break brackets from class and function declarations, same as -ly -brackets=linux -brackets=break-closing - -# don't break complex statements and multiple statements residing on a single line, same as -o -one-line=keep-statements - -# don't break one-line blocks, same as -O -one-line=keep-blocks - -# convert tabs into single spaces, same as -V -#convert-tabs - -# indent switch blocks, same as -K -#indent-cases - -# indent multi-line preprocessor definitions ending with a backslash, same as -w -#indent-preprocessor - -# remove space padding around parenthesis on the inside and outside, same as -U -#unpad=paren