refactor: phase 0 & 1
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
find src include -name '*.cpp' -o -name '*.hpp' | xargs clang-format -i
|
||||
echo "Formatted."
|
||||
Reference in New Issue
Block a user