diff --git a/doc/README.indent b/doc/README.indent
index 72a639ee8005c4e702798e8d5e6b52d9a22605bd..8070f332c3bf0fb8c4c8928b700015b992b33f15 100644
--- a/doc/README.indent
+++ b/doc/README.indent
@@ -1,6 +1,4 @@
 
 Should we apply this?
 
-indent -br -cdb -sc */*.cpp */*.h
-
-indent -br -cdw -npsl
\ No newline at end of file
+indent --braces-on-if-line --cuddle-do-while --honour-newlines --no-space-after-casts --no-space-after-function-call-names --dont-break-procedure-type --no-space-after-for --no-space-after-if --no-space-after-while --no-tabs */*.cpp
\ No newline at end of file