add(format): implement formatting and format check tasks for source files

This commit is contained in:
HendrikRauh 2026-03-05 22:46:53 +01:00
parent 82a7efad5e
commit fa08fcfe65
6 changed files with 164 additions and 2 deletions

View file

@ -24,6 +24,12 @@
esp-idf
pkgs.python3
pkgs.python3Packages.invoke
# Formatting tools
pkgs.clang-tools
pkgs.nodePackages.prettier
# pkgs.nodePackages.svgo
pkgs.black
pkgs.nixfmt
];
};
};