From f2c218157d3cd34e50f171f1fe70dd76d729f2ab Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 6 Apr 2023 10:42:29 +0300 Subject: [PATCH] .editorconfig: add max_line_length for nvim marginal --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a47d4b6..7e32db4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,8 +2,8 @@ root = true [*] end_of_line = lf -# two whitespaces at end of line is a new line within paragraph trim_trailing_whitespace = false insert_final_newline = true charset = utf-8 indent_style = space +max_line_length = 78