.editorconfig: add max_line_length for nvim marginal

This commit is contained in:
Aminda Suomalainen 2023-04-06 10:42:29 +03:00
parent 4abec4d28e
commit f2c218157d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -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