From 5215573ef26ca801821f5ff72f82f42bc40b43b3 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Sat, 4 May 2024 17:35:44 +0200 Subject: [PATCH] chore: add .editorconfig Signed-off-by: Christoph Heiss --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..469b0a3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab +indent_size = 4 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false