The code for my personal website, powered by Jekyll. arthr.me
jekyll-site personal-website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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