YZL_WLE5CB_LoRa/.clang-format
Embedded_Projects 7fe71f4faf Initial commit
2023-06-22 03:08:56 +00:00

12 lines
319 B
YAML

BasedOnStyle: Google
IndentWidth: 4
AlignConsecutiveMacros: Consecutive
AlignConsecutiveDeclarations: Consecutive
AlignConsecutiveAssignments: Consecutive
AllowShortFunctionsOnASingleLine: None
BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: false
AfterStruct: false
SplitEmptyFunction: false
ColumnLimit: 120