mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #88933 from raulsntos/dotnet/pre-commit
Move dotnet-format script to pre-commit
This commit is contained in:
commit
f2045ba822
6 changed files with 38 additions and 47 deletions
|
|
@ -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#]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue