cling/.clang-format

29 lines
609 B
Plaintext
Raw Normal View History

2017-01-28 21:24:04 +03:00
BasedOnStyle: LLVM
IndentWidth: 2
2017-09-25 14:07:07 +03:00
NamespaceIndentation: All
2017-01-28 21:24:04 +03:00
ColumnLimit: 80
Language: Cpp
Standard: Cpp11
DerivePointerAlignment: false
PointerAlignment: Left
AlignAfterOpenBracket: Align
PenaltyBreakBeforeFirstCallParameter: 50
AlignOperands: true
AllowShortCaseLabelsOnASingleLine: true
IndentCaseLabels: true
IncludeCategories:
- Regex: '^"[^/]+\"'
Priority: 10
- Regex: '^"cling/'
Priority: 20
- Regex: '^"clang/'
Priority: 30
- Regex: '^"llvm/'
Priority: 40
- Regex: '^<'
Priority: 50