From 6f4529d0f131a46e071ec24bf5bc0febe8267a52 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 6 Jul 2025 17:41:30 +0200 Subject: [PATCH] add editorconfig --- dot_editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dot_editorconfig diff --git a/dot_editorconfig b/dot_editorconfig new file mode 100644 index 0000000..8cc09f7 --- /dev/null +++ b/dot_editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.json] +indent_size = 2 + +[*md] +trim_trailing_whitespace = false