Add custom astylerc

Adds iaito.astylerc based on CONTRIBUTING.md
This commit is contained in:
ballessay 2017-04-13 18:56:12 +02:00 committed by Duncan Ogilvie
parent 4fc12173d0
commit 6262e08381
2 changed files with 16 additions and 0 deletions

13
src/iaito.astylerc Normal file
View File

@ -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

View File

@ -126,6 +126,9 @@ FORMS += \
RESOURCES += \
resources.qrc
DISTFILES += iaito.astylerc
include(lib_radare2.pri)