Added Q_FUNC_INFO macros to some functions.
[qtrapids] / scripts / format_code.sh
index 60ad045..4d3a8cc 100644 (file)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-find ../src \( -name '*.cpp' -and -not -name 'moc_*' -or -name '*.h' -or -name '*.hpp' \) -exec astyle --style=ansi --suffix=none {} \; 
+find ../src \( -name '*.cpp' -and -not -name 'moc_*' -or -name '*.h' -or -name '*.hpp' \) \
+    -exec astyle --style=ansi --suffix=none --brackets=linux --indent=tab {} \;