ESP32_DHT_Node/.clang-format
Yilin Sun dfb86f939c
Updated IDF, connect to TB.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-05-21 18:43:13 +08: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