From e1f8a690aadc71d3d22eae2c18b08e61ea685bca Mon Sep 17 00:00:00 2001 From: dev4 Date: Wed, 17 Sep 2025 16:27:39 +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" + } +}