diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 00000000..15d49c53 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,5 @@ +- id: swift-format + name: swift-format + entry: swift-format format --in-place --recursive --parallel + language: swift + types: [swift] \ No newline at end of file