flesh out yaml parser.

This commit is contained in:
Joshua Vega 2026-01-24 11:19:58 -05:00
parent 0485a7242d
commit 71385a1fd5
Signed by: jsvcycling
GPG key ID: E3DD60C9AC7DEF79
8 changed files with 250 additions and 6 deletions

3
format.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
find . -regex '.*\.\(c\|h\)' -exec clang-format -i --sort-includes {} \;