Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:09 +08:00
commit 2c67e6b9e5
4 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "formatter",
"description": "Auto-format code files after editing using hooks",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore"
},
"hooks": [
"./hooks/hooks.json"
]
}