diff --git a/.editorconfig b/.editorconfig index d3742f9..579c6ed 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,3 @@ trim_trailing_whitespace = true # Ensure every file ends with a newline insert_final_newline = true -[*.md] -insert_final_newline = false diff --git a/README.md b/README.md index f995b66..2a82311 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ +

+ +

+ # AdventOfCode + This repository contains all my code I've made for [`Advent of code`](https://adventofcode.com)! ## Previous years