chore(examples): add submodule and remove LVGL examples

This commit is contained in:
2026-02-16 23:09:37 -08:00
parent 257bc9aa82
commit 9f0e603215
8 changed files with 435 additions and 282 deletions

26
.clang-format Normal file
View 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