From a154163a005873dd7cb3b0f1f7dcf3ff10626d26 Mon Sep 17 00:00:00 2001 From: "Eric N. Vander Weele" Date: Thu, 15 Jun 2023 14:38:53 -0400 Subject: [PATCH] EditorConfig: Remove max_line_length for all files Having `max_line_length` for all files overrides useful line lengths defined (n)vim's ftplugins (e.g., gitcommit.vim sets `textwidth=72` for well-formed commit messages. --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f160665..1f66249 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,7 +15,6 @@ end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true -max_line_length = 160 trim_trailing_whitespace = true # +-----------+