From 1a4dc39968442b863d9c0d27ebd84e0f78979deb Mon Sep 17 00:00:00 2001 From: topsinoty Date: Wed, 4 Feb 2026 22:18:54 +0200 Subject: [PATCH] add editorconfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bfcbee9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 + +[*.{md,markdown}] +trim_trailing_whitespace = false