style(CMake): reformat CMakeLists.txt for improved readability

This commit is contained in:
HendrikRauh 2026-03-16 21:59:55 +01:00
parent cebe56541a
commit bab5725e92
4 changed files with 30 additions and 20 deletions

View file

@ -1,6 +1,10 @@
idf_component_register(
SRCS "src/storage.c"
INCLUDE_DIRS "include"
REQUIRES joltwallet__littlefs
PRIV_REQUIRES vfs logger
)
SRCS
"src/storage.c"
INCLUDE_DIRS
"include"
REQUIRES
joltwallet__littlefs
PRIV_REQUIRES
vfs
logger)