diff --git a/.editorconfig b/.editorconfig index 566b73c..96ff39c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,7 @@ root = true [*.html] charset = utf-8 indent_size = 2 +end_of_line = lf + +[*.md] +end_of_line = lf