Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:15 +08:00
commit 8c063d258e
6 changed files with 298 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "handbook-dotnet",
"description": ".NET development tools including automatic CSharpier formatting for C# files",
"version": "1.12.0",
"author": {
"name": "nikiforovall",
"url": "https://github.com/nikiforovall"
},
"hooks": [
"./hooks"
]
}