From ca71b60025529f0ce6142b8df276a69a257c3fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Sun, 10 Dec 2023 04:17:53 +0100 Subject: [PATCH] feat(README): add logo, add \n to eof --- .editorconfig | 2 -- README.md | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) 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