Skip to content

Commit

Permalink
Add pre-commit hook for automatic code formatting
Browse files Browse the repository at this point in the history
pre-commit hook: add code formatting
  • Loading branch information
gapry authored Jun 8, 2024
1 parent eaa9053 commit 6963c7e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repos:
- repo: local
hooks:
- id: make-fmt
name: Run make fmt
entry: make fmt
language: system
pass_filenames: false
always_run: true

0 comments on commit 6963c7e

Please sign in to comment.