Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnhattonthat authored Feb 11, 2024
1 parent a340481 commit 68edf5f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: icon.png
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.7
hooks:
- id: forbid-tabs
- repo: local
hooks:
- id: format
name: format
language: system
entry: dotnet format src
types: [c#]
pass_filenames: false

0 comments on commit 68edf5f

Please sign in to comment.