We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1730e commit b53b34aCopy full SHA for b53b34a
.pre-commit-config.yaml
@@ -1,6 +1,8 @@
1
repos:
2
-- repo: https://github.com/slessans/pre-commit-swift-format
3
- rev: "fd627de92bdf84a75c924ed95691336d14e94cf1"
+- repo: local
4
hooks:
5
- id: swift-format
6
- args: ["--configuration", ".swift-format"]
+ name: swift-format
+ language: system
7
+ entry: swift-format --in-place
8
+ files: '\.swift$'
0 commit comments