Skip to content

Commit

Permalink
(chore): format
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Aug 23, 2024
1 parent 6cbac05 commit 3aefedd
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 136 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: rustfmt
name: rustfmt
description: Check if all files follow the rustfmt style
entry: cargo fmt --all -- --color always
language: system
pass_filenames: false
Loading

0 comments on commit 3aefedd

Please sign in to comment.