From 34d6e186381744162d6a573c14701f3bb0b97808 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 13 Mar 2024 16:55:03 +0100 Subject: [PATCH] chore(editorconfig): add --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100755 index 00000000..91422397 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# editorconfig.org +root = true + +[*] +indent_size = 2 +indent_style = space +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false