Files
2025-11-30 08:52:33 +08:00

12 lines
255 B
JSON

{
"name": "go-formatter",
"description": "Automatically format Go files with gofmt after Write/Edit/MultiEdit operations",
"version": "1.0.1",
"author": {
"name": "robbyt",
"email": "robbyt@robbyt.net"
},
"hooks": [
"./hooks"
]
}