chore(cursor): ajouter .cursor/config.json
Some checks failed
build-and-push-ext / build_push (push) Failing after 5s

This commit is contained in:
Debian Dev4 2025-09-17 16:27:23 +00:00
parent a761f0841a
commit e63295767a

14
.cursor/config.json Normal file
View File

@ -0,0 +1,14 @@
{
"language": "fr",
"shell": "/usr/bin/bash",
"formatting": {
"markdown": {
"lint_strict": true
}
},
"ci": {
"trigger_commit_prefix": "ci: docker_tag=",
"default_tag": "ext",
"branch": "dev4"
}
}