Skip to content

Commit

Permalink
git: Add pre-commit hook to format Blueprint files
Browse files Browse the repository at this point in the history
  • Loading branch information
oscfdezdz committed Sep 5, 2024
1 parent 74f8bd9 commit 34134d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
repos:
- repo: local
hooks:
- id: format-blueprint
name: Format Blueprint files
entry: blueprint-compiler format -f
language: system
files: \.blp$

0 comments on commit 34134d7

Please sign in to comment.