this repo has no description arthr.me

removes trailing space cleanup on md files

+5 -3
+5 -3
.editorconfig
··· 1 - # EditorConfig is awesome! 2 - # https://EditorConfig.org 3 - 4 1 # top-most EditorConfig file 5 2 root = true 6 3 ··· 10 7 insert_final_newline = true 11 8 indent_style = space 12 9 indent_size = 2 10 + max_line_length = 80 11 + trim_trailing_whitespace = true 12 + 13 + [*.md] 14 + trim_trailing_whitespace = false