From 75baa46816a55e035747480e947dd8104ddea959 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Wed, 13 May 2026 21:51:45 +0200 Subject: [PATCH] docs: Mention EditorConfig in agent guide Tell agents to respect .editorconfig alongside the formatter guidance from CONTRIBUTING.md. On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 28cbbccfa..539a458d4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -11,6 +11,8 @@ reviewable, and compatible with the project's normal engineering constraints. - Start with `README.md` for the project shape and `CONTRIBUTING.md` for the contribution rules, coding style, commit message guidance, and LLM assistance disclosure policy. Following `CONTRIBUTING.md` is crucial! +- Respect `.editorconfig` when editing files, in addition to any + language-specific formatter required by `CONTRIBUTING.md`. ### Change Guidelines