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