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]