Add max_line_length to .editorconfig

This commit is contained in:
rolag 2017-06-15 16:27:32 +01:00 committed by Fabian Homborg
parent cec2999983
commit ac2c38735d

View file

@ -7,6 +7,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100
[{Makefile,*.in}]
indent_style = tab