diff --git a/.editorconfig b/.editorconfig index 981b3de..8c49562 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true tab_width = 4 + +[*.md] +trim_trailing_whitespace = false diff --git a/README.md b/README.md index ef4afeb..61f2478 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Bikelist -Shows a simple checklist preparing for a bike ride. +Shows a simple checklist preparing for a bike ride. +View at https://benjamin.stadlbauer.wien/bikelist/ ## Recommended IDE Setup