Add line length to editorconfig

pull/84/head
Andre Richter 4 years ago
parent 01bbf64c38
commit 218b492092
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -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

Loading…
Cancel
Save