From 85c0e1450ad14d5b38d891df2c755a4cb0ba10d8 Mon Sep 17 00:00:00 2001 From: Vyncint Ng <115854244+vyncint@users.noreply.github.com> Date: Sat, 22 Aug 2026 11:30:22 +0700 Subject: [PATCH] chore: format .claude/settings.json as the standard does MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same settings, written compact where termlens and mossaic write them formatted. Functionally identical and textually different, which is exactly the drift the ecosystem repo's sync tool exists to catch — and it caught this one on its first dry run, before anybody had to notice by eye. Signed-off-by: Vyncint Ng <115854244+vyncint@users.noreply.github.com> --- .claude/settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 2172764..1d544e8 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1 +1,7 @@ -{"includeCoAuthoredBy":false,"attribution":{"co_authored_by":false,"commit_message_footer":false}} +{ + "includeCoAuthoredBy": false, + "attribution": { + "co_authored_by": false, + "commit_message_footer": false + } +}