diff --git a/src/iaito.astylerc b/src/iaito.astylerc new file mode 100644 index 00000000..f5444420 --- /dev/null +++ b/src/iaito.astylerc @@ -0,0 +1,13 @@ +--style=allman +--convert-tabs +--align-pointer=name +--align-reference=name +--indent=spaces +--indent-namespaces +--indent-col1-comments +--pad-oper +--pad-header +--unpad-paren +--keep-one-line-blocks +--close-templates + diff --git a/src/iaito.pro b/src/iaito.pro index 6c4798cf..2f73802f 100644 --- a/src/iaito.pro +++ b/src/iaito.pro @@ -126,6 +126,9 @@ FORMS += \ RESOURCES += \ resources.qrc +DISTFILES += iaito.astylerc + + include(lib_radare2.pri)