Add line length to editorconfig

This commit is contained in:
Andre Richter 2020-09-24 23:30:56 +02:00
parent 01bbf64c38
commit 218b492092
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

View File

@ -8,6 +8,7 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
max_line_length = 100
[Dockerfile]
indent_size = 4