2021-01-23 19:04:53 +01:00
|
|
|
BasedOnStyle: GNU
|
2017-09-19 10:48:02 +02:00
|
|
|
AlignEscapedNewlinesLeft: true
|
2022-11-15 20:06:56 +05:30
|
|
|
AlignOperands: Align
|
2017-09-19 10:48:02 +02:00
|
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
|
|
|
BreakBeforeBinaryOperators: All
|
|
|
|
BreakBeforeBraces: GNU
|
2020-12-23 17:34:26 +01:00
|
|
|
ColumnLimit: 70
|
2017-09-19 10:48:02 +02:00
|
|
|
ContinuationIndentWidth: 2
|
2022-12-01 16:54:06 -05:00
|
|
|
IndentPPDirectives: AfterHash
|
2022-11-30 23:07:44 +05:30
|
|
|
PPIndentWidth: 1
|
2022-11-15 20:06:56 +05:30
|
|
|
ForEachMacros:
|
|
|
|
- FOR_EACH_TAIL
|
|
|
|
- FOR_EACH_TAIL_SAFE
|
|
|
|
- FOR_EACH_LIVE_BUFFER
|
|
|
|
- ITREE_FOREACH
|
|
|
|
- FOR_EACH_ALIST_VALUE
|
2017-09-19 10:48:02 +02:00
|
|
|
IncludeCategories:
|
|
|
|
- Regex: '^<config\.h>$'
|
|
|
|
Priority: -1
|
|
|
|
- Regex: '^<'
|
|
|
|
Priority: 1
|
|
|
|
- Regex: '^"lisp\.h"$'
|
|
|
|
Priority: 2
|
|
|
|
- Regex: '.*'
|
|
|
|
Priority: 3
|
2022-11-15 20:06:56 +05:30
|
|
|
WhitespaceSensitiveMacros:
|
|
|
|
- STR
|
|
|
|
- CALL1I
|
|
|
|
- CALL2I
|
|
|
|
- STR_VALUE
|
2017-09-19 10:48:02 +02:00
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
PenaltyBreakBeforeFirstCallParameter: 2000
|
|
|
|
SpaceAfterCStyleCast: true
|
|
|
|
SpaceBeforeParens: Always
|
2022-11-03 14:34:03 -07:00
|
|
|
UseTab: Always
|
2023-10-06 16:52:19 +02:00
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
---
|
|
|
|
Language: ObjC
|
2017-09-19 10:48:02 +02:00
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
# mode: yaml
|
|
|
|
# End:
|