mirror of
https://github.com/hybridgroup/gocv
synced 2025-08-25 08:41:04 +08:00
Add astyle config
This commit is contained in:
28
.astylerc
Normal file
28
.astylerc
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
--lineend=linux
|
||||||
|
|
||||||
|
--style=google
|
||||||
|
|
||||||
|
--indent=spaces=4
|
||||||
|
--indent-col1-comments
|
||||||
|
--convert-tabs
|
||||||
|
|
||||||
|
--attach-return-type
|
||||||
|
--attach-namespaces
|
||||||
|
--attach-classes
|
||||||
|
--attach-inlines
|
||||||
|
|
||||||
|
--add-brackets
|
||||||
|
--add-braces
|
||||||
|
|
||||||
|
--align-pointer=type
|
||||||
|
--align-reference=type
|
||||||
|
|
||||||
|
--max-code-length=100
|
||||||
|
--break-after-logical
|
||||||
|
|
||||||
|
--pad-comma
|
||||||
|
--pad-oper
|
||||||
|
--unpad-paren
|
||||||
|
|
||||||
|
--break-blocks
|
||||||
|
--pad-header
|
Reference in New Issue
Block a user