From 1feed4ea3fcff8668a417d2673eda08ffb4516e1 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 4 Apr 2023 12:51:57 +0300 Subject: [PATCH] .editorconfig: line lengths don't matter for csv or tsv --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 60ba5b95..304ff775 100644 --- a/.editorconfig +++ b/.editorconfig @@ -36,6 +36,9 @@ trim_trailing_whitespace = false indent_style = space indent_size = 2 +[*.csv] +max_line_length = + # Markdown apparently allows linebreaks by two trailing spaces, while I # never seem to do that, maybe I should accept it [{LICENSE,*.{markdown,md}}] @@ -70,6 +73,7 @@ indent_style = tab indent_size = tab # empty last columns/fields trim_trailing_whitespace = false +max_line_length = # RFC 678 #[*.txt]