.editorconfig: max_line_length = 78, mention RFC 678 in a comment

This commit is contained in:
Aminda Suomalainen 2023-04-04 09:28:36 +03:00
parent 0ec8afbde0
commit a03688a77b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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 !