mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Improved include regex
This commit is contained in:
parent
9fba468dc2
commit
6a1585b317
@ -25,6 +25,7 @@ BreakInheritanceList: BeforeComma
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
BreakStringLiterals: false
|
||||
AlwaysBreakTemplateDeclarations: Yes # template <…> always on its own line
|
||||
BreakAfterAttributes: Always
|
||||
|
||||
# =============================================================================
|
||||
# Short statements
|
||||
@ -71,7 +72,10 @@ ReflowComments: true # preserve hand-formatted comment rulers
|
||||
IncludeCategories:
|
||||
- Regex: '^(<|")(.*/)?platform\.h(>|")$'
|
||||
Priority: -1
|
||||
# everything else gets the default priority (0)
|
||||
- Regex: 'private'
|
||||
Priority: 1
|
||||
- Regex: '.*'
|
||||
Priority: 0
|
||||
|
||||
# =============================================================================
|
||||
# Arguments, parameters and constructor initialisers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user