imsensors/.clang-format
Yilin Sun 582f887dff
Added LTR-303ALS, common API changed.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-07-02 23:09:29 +08:00

13 lines
320 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