diff --git a/.editorconfig b/.editorconfig index cb3312517..567514b6c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ insert_final_newline = true [ci/*.sh] indent_style = space indent_size = 2 + +[src/*.md] +max_line_length = 100