From 937b5a2fe951d757e54085c506a454210967527c Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Thu, 22 Jan 2026 20:09:13 +0100 Subject: [PATCH] editorcnofig: add textwidth setting for md --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 1f39b72e..f316f5ab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,7 @@ 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