Files
relspecgo/.claude/settings.json
Hein 355f0f918f chore(deps): 🚀 update module dependencies
* Add new dependencies for terminal handling and color management.
* Include updates for tcell, go-colorful, tview, and uniseg.
* Update golang.org/x/sys and golang.org/x/term for improved compatibility.
* Ensure all dependencies are explicitly listed with their versions.
2026-01-04 18:29:11 +02:00

24 lines
396 B
JSON

{
"project": {
"name": "RelSpec",
"description": "Database Relations Specification Tool for Go",
"language": "go"
},
"codeStyle": {
"useGofmt": true,
"lineLength": 100,
"tabWidth": 4,
"useTabs": true
},
"testing": {
"framework": "make test",
"runOnChange": false
},
"build": {
"command": "make build",
"outputBinary": "relspec"
}
}