Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:50 +08:00
commit 1d65a41208
4 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "auto-formatter",
"description": "Automatic code formatting hook that runs after file edits",
"version": "1.0.0",
"author": {
"name": "Example Developer",
"email": "developer@example.com",
"url": "https://example.com"
},
"hooks": [
"./hooks"
]
}