2017-09-19 08:48:02 +00:00
|
|
|
Language: Cpp
|
2021-01-23 18:04:53 +00:00
|
|
|
BasedOnStyle: GNU
|
2017-09-19 08:48:02 +00:00
|
|
|
AlignEscapedNewlinesLeft: true
|
|
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
|
|
|
BreakBeforeBinaryOperators: All
|
|
|
|
BreakBeforeBraces: GNU
|
2020-12-23 16:34:26 +00:00
|
|
|
ColumnLimit: 70
|
2017-09-19 08:48:02 +00:00
|
|
|
ContinuationIndentWidth: 2
|
2022-10-11 18:41:47 +00:00
|
|
|
ForEachMacros: [FOR_EACH_TAIL, FOR_EACH_TAIL_SAFE, ITREE_FOREACH]
|
2017-09-19 08:48:02 +00:00
|
|
|
IncludeCategories:
|
|
|
|
- Regex: '^<config\.h>$'
|
|
|
|
Priority: -1
|
|
|
|
- Regex: '^<'
|
|
|
|
Priority: 1
|
|
|
|
- Regex: '^"lisp\.h"$'
|
|
|
|
Priority: 2
|
|
|
|
- Regex: '.*'
|
|
|
|
Priority: 3
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
PenaltyBreakBeforeFirstCallParameter: 2000
|
|
|
|
SpaceAfterCStyleCast: true
|
|
|
|
SpaceBeforeParens: Always
|
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
# mode: yaml
|
|
|
|
# End:
|