mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-22 08:29:24 +01:00
.editorconfig: add max_line_length for nvim marginal
This commit is contained in:
parent
4abec4d28e
commit
f2c218157d
@ -2,8 +2,8 @@ root = true
|
|||||||
|
|
||||||
[*]
|
[*]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
# two whitespaces at end of line is a new line within paragraph
|
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
max_line_length = 78
|
||||||
|
Loading…
Reference in New Issue
Block a user