NUC200LE3AN_Card/.clang-format

11 lines
266 B
Plaintext
Raw Normal View History

2022-02-19 10:03:34 +00:00
BasedOnStyle: Google
IndentWidth: 4
2022-02-23 13:52:25 +00:00
AlignConsecutiveMacros: Consecutive
2022-02-19 10:03:34 +00:00
AlignConsecutiveDeclarations: true
AlignConsecutiveAssignments: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: false
AfterStruct: false
SplitEmptyFunction: false
ColumnLimit: 120