From 95f6a5d7ecf1960231f19bb204116b40e23b2190 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Mon, 26 Jan 2026 01:04:09 +0100 Subject: [PATCH 1/2] editorconfig: remove rule conflicting with deno fmt --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f316f5ab..1f39b72e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,6 @@ trim_trailing_whitespace = true indent_style = space indent_size = 2 trim_trailing_whitespace = false -max_line_length = 80 [*.{js,json,nix,yml,yaml,toml}] indent_style = space From f278a25b2004c7f109d07c32e3416badb6269279 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Mon, 26 Jan 2026 01:09:04 +0100 Subject: [PATCH 2/2] doc: add textwidth modeline in release-note --- docs/manual/release-notes/rl-0.9.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index f512540c..04a6ba17 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -150,3 +150,5 @@ - Added [Selenen](https://github.com/kampfkarren/selene) for more diagnostics in `languages.lua`. + +