From ffcd22ad3999b4bc941e457d51b35fd5d13283d0 Mon Sep 17 00:00:00 2001
From: Stephan Wendel <me@stephanwe.de>
Date: Wed, 8 Dec 2021 20:37:35 +0100
Subject: [PATCH] Updated .editorconfig for '.md' files.

Signed-off-by: Stephan Wendel <me@stephanwe.de>
---
 .editorconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.editorconfig b/.editorconfig
index b243520..90498ce 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,3 +9,9 @@ insert_final_newline = true
 indent_style = space
 indent_size = 4
 trim_trailing_whitespace = true
+
+[*.md]
+charset = utf-8
+insert_final_newline = true
+end_of_line = lf
+trim_trailing_whitespace = true