asn1c/.clang-format

15 lines
335 B
YAML

---
Language: Cpp
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: None
AlwaysBreakAfterDefinitionReturnType: TopLevel
BreakBeforeBinaryOperators: NonAssignment
ForEachMacros: [ TQ_FOR ]
IndentCaseLabels: false
IndentWidth: 4
MaxEmptyLinesToKeep: 2
SpaceBeforeParens: false
TabWidth: 4
...