From bcd74933a66a772d02575071f6ed7d78e332ddd8 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Tue, 14 Oct 2025 19:31:59 +0200 Subject: Add editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3a63703 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab +indent_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false -- cgit v1.2.3