From a03688a77b9e734e50e21e68d4be88efdaf5c1a7 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 4 Apr 2023 09:28:36 +0300 Subject: [PATCH] .editorconfig: max_line_length = 78, mention RFC 678 in a comment --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.editorconfig b/.editorconfig index c352657e..60ba5b95 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,9 @@ charset = utf-8 # Accessibility reasons. Vim: :%retab! (note also :set ts=4) indent_style = tab indent_size = tab +# Usable in common Braille displays? Line continuation marker and diffing +# take two. Prettier default 80. WCAG requirement 80. +max_line_length = 78 # Opinionated affecting only display, better to not set #tab_width = @@ -68,6 +71,10 @@ indent_size = tab # empty last columns/fields trim_trailing_whitespace = false +# RFC 678 +#[*.txt] +#max_line_length = 72 + # Windows line-endings for Windows [*.{reg,bat,ahk}] # Remember the .gitattributes !