LQ_IMXRT1052_VA1_Template/.clang-format

12 lines
298 B
Plaintext
Raw Normal View History

2022-06-01 16:03:38 +00:00
BasedOnStyle: Google
IndentWidth: 4
AlignConsecutiveMacros: Consecutive
AlignConsecutiveDeclarations: true
AlignConsecutiveAssignments: true
2022-08-26 15:09:29 +00:00
BreakBeforeBinaryOperators: All
2022-06-01 16:03:38 +00:00
BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: false
AfterStruct: false
SplitEmptyFunction: false
ColumnLimit: 120