Skip to content

Commit

Permalink
Add .pre-commit-hook.yaml file (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya authored and nicklockwood committed Apr 17, 2018
1 parent 37f2c49 commit 1d1c61c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: swiftformat
name: SwiftFormat
description: "Check swift files for formating issues with SwiftFormat"
entry: swiftformat
language: swift
types: [swift]

0 comments on commit 1d1c61c

Please sign in to comment.