27 lines
536 B
JSON
27 lines
536 B
JSON
{
|
|
"project": {
|
|
"name": "RelSpec",
|
|
"description": "Database Relations Specification Tool for Go",
|
|
"language": "go"
|
|
},
|
|
"agent": {
|
|
"preferred": "Explore",
|
|
"description": "Use Explore agent for fast codebase navigation and Go project exploration"
|
|
},
|
|
"codeStyle": {
|
|
"useGofmt": true,
|
|
"lineLength": 100,
|
|
"tabWidth": 4,
|
|
"useTabs": true
|
|
},
|
|
"testing": {
|
|
"framework": "make test",
|
|
"runOnChange": false
|
|
},
|
|
"build": {
|
|
"command": "make build",
|
|
"outputBinary": "relspec"
|
|
}
|
|
|
|
}
|