mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
28 lines
627 B
YAML
28 lines
627 B
YAML
Language: Cpp
|
|
BasedOnStyle: GNU
|
|
AlignEscapedNewlinesLeft: true
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
|
BreakBeforeBinaryOperators: All
|
|
BreakBeforeBraces: GNU
|
|
ColumnLimit: 70
|
|
ContinuationIndentWidth: 2
|
|
ForEachMacros: [FOR_EACH_TAIL, FOR_EACH_TAIL_SAFE]
|
|
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:
|