From b383bcd52f0953fd28eb9d5d7763a5808cdaf79b Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Wed, 17 Sep 2025 16:27:56 +0000 Subject: [PATCH] chore(cursor): ajouter .cursor/config.json --- .cursor/config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .cursor/config.json 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" + } +}