Set max line length in `.editorconfig` to 100 (#1788)
This commit is contained in:
parent
b02c792794
commit
2ffa3f51d3
|
|
@ -3,6 +3,7 @@ root = true
|
|||
[src/*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
max_line_length = 100
|
||||
|
||||
[ci/*.sh]
|
||||
indent_style = space
|
||||
|
|
|
|||
Loading…
Reference in New Issue