From: Johan Malm Date: Mon, 22 Apr 2024 19:28:29 +0000 (+0100) Subject: .editorconfig: set max_line_length=80 for *.md X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=5be28d8b5661c1d0fce1f6211224031685f3056b;p=proto%2Flabwc.git .editorconfig: set max_line_length=80 for *.md --- diff --git a/.editorconfig b/.editorconfig index 82720534..3e3ab27e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,9 +9,12 @@ indent_style = tab indent_size = 8 max_line_length = 80 -[*.{xml,build}] +[*.{xml,build,md}] indent_style = space indent_size = 2 +[*.md] +max_line_length = 80 + [COMMIT_EDITMSG] max_line_length = 74