From 55cf6ff437fbcfc478ad47a66ff9d5793f4c414a Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Wed, 28 Feb 2024 16:11:09 +0200 Subject: [PATCH] feat: add .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..34ddba7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +indent_size = 2 +indent_style = space +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false