chore(format): reformat files with new setup

This commit is contained in:
HendrikRauh 2026-03-06 11:29:53 +01:00
parent 732046b15e
commit 8cee7b95fa
17 changed files with 15 additions and 17 deletions

1
.envrc
View file

@ -4,4 +4,3 @@ if command -v nix &> /dev/null; then
else
echo "Nix not found, skipping flake support"
fi

View file

@ -1,4 +1,3 @@
idf_component_register(SRCS "dmx-interface.c"
INCLUDE_DIRS "."
REQUIRES web_server)