2021-01-23 18:04:53 +00:00
|
|
|
BasedOnStyle: GNU
|
2017-09-19 08:48:02 +00:00
|
|
|
AlignEscapedNewlinesLeft: true
|
2022-11-15 14:36:56 +00:00
|
|
|
AlignOperands: Align
|
2017-09-19 08:48:02 +00:00
|
|
|
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-12-01 21:54:06 +00:00
|
|
|
IndentPPDirectives: AfterHash
|
2022-11-30 17:37:44 +00:00
|
|
|
PPIndentWidth: 1
|
2022-11-15 14:36:56 +00:00
|
|
|
ForEachMacros:
|
|
|
|
- FOR_EACH_TAIL
|
|
|
|
- FOR_EACH_TAIL_SAFE
|
|
|
|
- FOR_EACH_LIVE_BUFFER
|
|
|
|
- ITREE_FOREACH
|
|
|
|
- FOR_EACH_ALIST_VALUE
|
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
|
2022-11-15 14:36:56 +00:00
|
|
|
WhitespaceSensitiveMacros:
|
|
|
|
- STR
|
|
|
|
- CALL1I
|
|
|
|
- CALL2I
|
|
|
|
- STR_VALUE
|
2017-09-19 08:48:02 +00:00
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
PenaltyBreakBeforeFirstCallParameter: 2000
|
|
|
|
SpaceAfterCStyleCast: true
|
|
|
|
SpaceBeforeParens: Always
|
2022-11-03 21:34:03 +00:00
|
|
|
UseTab: Always
|
2023-10-06 14:52:19 +00:00
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
---
|
|
|
|
Language: ObjC
|
2017-09-19 08:48:02 +00:00
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
# mode: yaml
|
|
|
|
# End:
|