Fire_RT1052_Pro_LVGL/.clang-format

12 lines
340 B
YAML

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