diff options
| author | Fuwn <[email protected]> | 2022-05-23 23:43:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-23 23:43:44 -0700 |
| commit | d3c2e7d9350c25c7edfaa5acf4872c8156b17779 (patch) | |
| tree | 49536012e63e1c9fbda25ee54264e807d1207f50 /scripts/format | |
| download | wk7_platypusproject-d3c2e7d9350c25c7edfaa5acf4872c8156b17779.tar.xz wk7_platypusproject-d3c2e7d9350c25c7edfaa5acf4872c8156b17779.zip | |
feat: initial commit
Diffstat (limited to 'scripts/format')
| -rw-r--r-- | scripts/format | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/format b/scripts/format new file mode 100644 index 0000000..2e46c61 --- /dev/null +++ b/scripts/format @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +clang-format -i platypus/*.cpp platypus/*.h |