chore(examples): add submodule and remove LVGL examples
This commit is contained in:
26
.clang-format
Normal file
26
.clang-format
Normal file
@@ -0,0 +1,26 @@
|
||||
# Arduino/C++ friendly format
|
||||
BasedOnStyle: WebKit
|
||||
|
||||
# Indentation
|
||||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
IndentCaseLabels: false
|
||||
|
||||
# Braces - keep opening brace on same line
|
||||
BreakBeforeBraces: Attach
|
||||
|
||||
# Spacing (fixed)
|
||||
SpaceBeforeParens: Never
|
||||
SpaceAfterCStyleCast: false
|
||||
PointerAlignment: Left
|
||||
|
||||
# Line length
|
||||
ColumnLimit: 100
|
||||
|
||||
# Includes
|
||||
SortIncludes: true
|
||||
IncludeBlocks: Regroup
|
||||
|
||||
# Functions
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
Reference in New Issue
Block a user