Move dotnet-format script to pre-commit

Co-authored-by: Paul Joannon <437025+paulloz@users.noreply.github.com>
This commit is contained in:
Raul Santos 2024-02-27 21:09:04 +01:00
parent f5dbbf7fd0
commit 97851f0340
No known key found for this signature in database
GPG key ID: B532473AE3A803E4
6 changed files with 38 additions and 47 deletions

View file

@ -47,3 +47,9 @@ repos:
platform/android/java/lib/src/org/godotengine/godot/gl/EGLLogWrapper.*|
platform/android/java/lib/src/org/godotengine/godot/utils/ProcessPhoenix.*
)
- id: dotnet-format
name: dotnet-format
language: python
entry: python3 misc/scripts/dotnet_format.py
types_or: [c#]