From 5c0d7df741525ecb9ab69cf3f4401ba8eb232086 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sat, 2 Sep 2023 12:40:07 +0200 Subject: [PATCH] Add editorconfig. --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c38d0f7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{md,yml,yaml}] +indent_size = 2 +indent_style = space