.editorconfig: disable max line length for tsv

This commit is contained in:
Aminda Suomalainen ⚧ 2023-07-04 08:58:10 +03:00
parent 2c74e2210e
commit df31d87bd4
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ indent_size = 2
indent_style = tab
indent_size = tab
trim_trailing_whitespace = false
max_line_length = off
[*.{cff,yaml,yml}]
indent_style = space