Landzo_K60Z_WebServer/.clang-format

12 lines
306 B
Plaintext
Raw Normal View History

2022-06-08 13:55:50 +00:00
BasedOnStyle: Google
IndentWidth: 4
AlignConsecutiveMacros: Consecutive
AlignConsecutiveDeclarations: true
AlignConsecutiveAssignments: true
2022-06-12 14:57:34 +00:00
AllowShortFunctionsOnASingleLine: false
2022-06-08 13:55:50 +00:00
BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: false
AfterStruct: false
SplitEmptyFunction: false
ColumnLimit: 120