flesh out yaml parser.
This commit is contained in:
parent
0485a7242d
commit
71385a1fd5
8 changed files with 250 additions and 6 deletions
3
format.sh
Executable file
3
format.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
find . -regex '.*\.\(c\|h\)' -exec clang-format -i --sort-includes {} \;
|
||||
Loading…
Add table
Add a link
Reference in a new issue