diff --git a/.cursor/config.json b/.cursor/config.json new file mode 100644 index 0000000..b6b5b65 --- /dev/null +++ b/.cursor/config.json @@ -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" + } +}