diff --git a/.editorconfig b/.editorconfig index a47d4b6..7e32db4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,8 +2,8 @@ root = true [*] end_of_line = lf -# two whitespaces at end of line is a new line within paragraph trim_trailing_whitespace = false insert_final_newline = true charset = utf-8 indent_style = space +max_line_length = 78