mirror of https://github.com/mpv-player/mpv
editorconfig: add max line
if we're going to have an editorconfig, might as well make it accurately reflect the coding guide. also set trim trailing whitespace to true.
This commit is contained in:
parent
23de1deaaa
commit
04b220731e
|
@ -8,3 +8,8 @@ charset = utf-8
|
|||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
max_line_length = 80
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[.git/COMMIT*]
|
||||
max_line_length = 72
|
||||
|
|
Loading…
Reference in New Issue