aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO3
1 files changed, 3 insertions, 0 deletions
diff --git a/HOWTO b/HOWTO
index 09d2c8e9..759f671e 100644
--- a/HOWTO
+++ b/HOWTO
@@ -72,3 +72,6 @@ Running tests
./run_tests.py my-check --verbose # Prints the compiler invocation command
./run_tests.py my-check --dump-ast # dumps the AST into a file with .ast extension
--------------------------------------------------------------------------------
+Format the code with uncrustify
+ Example:
+ $ uncrustify --replace -c ..uncrustify src/Utils.cpp