1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-21 16:09:23 +01:00

.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

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