Compare commits

..

2 Commits

Author SHA1 Message Date
Michele Calgaro eebcaa14b2
Add uncrustify configuration file for indentation
5 months ago
Michele Calgaro fad71c5d66
Add core scripts for code formatting - part 1.
5 months ago

@ -60,7 +60,7 @@ for file in $(find "${SRC_DIR}" \
-name "*.hh" -o \
-name "*.hpp" -o \
-name "*.hxx" -o \
-name "*.h.cmake" -o \
-name "*.h.cmake" -o \
-name "*.hpp.cmake" -o \
-name "*.c" -o \
-name "*.cc" -o \

@ -1,8 +1,8 @@
# uncrustify-trinity 0.76.0
# ----------------------------------
# TDE formatting style configuration
# ----------------------------------
# Version 01
# Indentation from beginning of line
# ----------------------------------

Loading…
Cancel
Save