mirror of https://gerrit.osmocom.org/asn1c
clang-format config with my preferred style
parent
41a1da63e5
commit
848456b42a
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
Language: Cpp
|
||||
BasedOnStyle: Google
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
AlwaysBreakAfterDefinitionReturnType: TopLevel
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
ForEachMacros: [ TQ_FOR ]
|
||||
IndentCaseLabels: false
|
||||
IndentWidth: 4
|
||||
MaxEmptyLinesToKeep: 2
|
||||
SpaceBeforeParens: false
|
||||
TabWidth: 4
|
||||
...
|
||||
|
Loading…
Reference in New Issue