formatting and additional methods

This commit is contained in:
Crutcher Dunnavant
2023-03-24 00:55:49 +00:00
parent eb9b750830
commit 48e4bac1e0
2 changed files with 180 additions and 53 deletions

6
python/format.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
clang-format \
-style='{"BasedOnStyle": "google", "BinPackParameters": false, "BinPackArguments": false, "AlignAfterOpenBracket": "AlwaysBreak"}' \
-i src/*