From 81450e92481f3b265495fbaedf243e68d028d639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20G=C3=B6pel?= Date: Sun, 26 Jul 2026 20:13:06 +0800 Subject: [PATCH] docs: document .editorconfig variant decision in conventions audit --- CLAUDE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 1357b25..34e40d3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -37,3 +37,13 @@ among others. Plain class library — no ASP.NET Core dependency. - Scope: the Marten store and schema-hierarchy behavior (round-trip, shared-table mapping); integration tests need Docker for the Postgres container + +## Conventions Audit +- `.editorconfig` is intentionally the 26-line variant (no Razor/CSS/JS + sections), not the 45-line variant shared by `marten-identity`, + `app-foundation`, `finance-app`, `customer-portal`, and + `andregoepel-dev`. This repo is a plain C# class library with no + `.razor`/`.cshtml`/`.css`/`.scss`/`.js` files, so those sections would + have nothing to apply to. Re-evaluate only if this repo ever gains + web-facing content (it shouldn't, per "no ASP.NET Core dependency" + above) — don't extend it just to match the other repos byte-for-byte.