docs and format

This commit is contained in:
Crutcher Dunnavant
2023-04-04 18:55:08 +00:00
parent 659a88a767
commit 151b29f70c
5 changed files with 155 additions and 62 deletions

View File

@@ -1,5 +1,10 @@
#!/bin/bash
set -ex
isort src
black src
clang-format -style='{
"BasedOnStyle": "google",
"BinPackParameters": false,