.editorconfig: max_line_length empty to off

Fixes neovim error
This commit is contained in:
Aminda Suomalainen 2023-05-18 17:53:26 +03:00
parent 8fb52ec8f2
commit 29d783647b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ indent_style = space
indent_size = 2
[*.csv]
max_line_length =
max_line_length = off
# Markdown apparently allows linebreaks by two trailing spaces, while I
# never seem to do that, maybe I should accept it
@ -75,7 +75,7 @@ indent_style = tab
indent_size = tab
# empty last columns/fields
trim_trailing_whitespace = false
max_line_length =
max_line_length = off
# RFC 678
#[*.txt]