Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:38 +08:00
commit 71c36e7bbe
4 changed files with 317 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "code-refactoring",
"description": "Code refactoring tools for applying consistent formatting and style across C# projects",
"version": "1.0.0",
"author": {
"name": "atc-net"
},
"commands": [
"./commands"
]
}