From 1678592ec2e45c23fe01724522d5d8119078a46b Mon Sep 17 00:00:00 2001 From: Jesse Rosalia Date: Tue, 2 Jun 2026 15:15:25 -0700 Subject: [PATCH] Disable trim_trailing_whitespace for CHANGELOG.md Co-Authored-By: Claude Opus 4.6 (1M context) Committed-By-Agent: claude --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index a3d213742f7..f201379da1e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,6 @@ indent_size = 2 [*.json] indent_style = space indent_size = 2 + +[CHANGELOG.md] +trim_trailing_whitespace = false