Added clang-format formatting
This commit is contained in:
parent
b69472c108
commit
2499b2173d
|
@ -36,13 +36,13 @@ BraceWrapping:
|
|||
BreakBeforeBinaryOperators: None
|
||||
BreakBeforeBraces: Attach
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
BreakConstructorInitializersBeforeComma: true
|
||||
BreakAfterJavaFieldAnnotations: false
|
||||
BreakStringLiterals: true
|
||||
ColumnLimit: 120
|
||||
CommentPragmas: '^ IWYU pragma:'
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
ConstructorInitializerIndentWidth: 4
|
||||
ConstructorInitializerIndentWidth: 0
|
||||
ContinuationIndentWidth: 4
|
||||
Cpp11BracedListStyle: true
|
||||
DerivePointerAlignment: false
|
||||
|
|
2
dbt-core
2
dbt-core
|
@ -1 +1 @@
|
|||
Subproject commit d41577a9371160a03a0b302d1dcf87cd6c7b588b
|
||||
Subproject commit c338c6879fe968b2bde07b536731b855fccebf10
|
|
@ -1 +1 @@
|
|||
Subproject commit c852e8228d4351ea672a2367fd36ce8965ff3347
|
||||
Subproject commit cab7505af9f4093a93d7e41c519ad937bdc60f81
|
Loading…
Reference in New Issue