diff --git a/.editorconfig b/.editorconfig index 0cb9110..1342e19 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,10 @@ insert_final_newline = true indent_style = space indent_size = 2 +end_of_line = lf + +[*.md] +trim_trailing_whitespace = false [*.java] trim_trailing_whitespace = true