Skip to content

Commit 756fbb3

Browse files
committed
feat: add pre-commit hooks
1 parent 5eb3d20 commit 756fbb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- id: swift-format
2+
name: swift-format
3+
entry: swift-format format --in-place --recursive --parallel
4+
language: swift
5+
types: [swift]

0 commit comments

Comments
 (0)