mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-24 05:45:27 +00:00
Add custom astylerc
Adds iaito.astylerc based on CONTRIBUTING.md
This commit is contained in:
parent
4fc12173d0
commit
6262e08381
13
src/iaito.astylerc
Normal file
13
src/iaito.astylerc
Normal 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
|
||||||
|
|
@ -126,6 +126,9 @@ FORMS += \
|
|||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
resources.qrc
|
resources.qrc
|
||||||
|
|
||||||
|
DISTFILES += iaito.astylerc
|
||||||
|
|
||||||
|
|
||||||
include(lib_radare2.pri)
|
include(lib_radare2.pri)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user