From fb110f0ae71f09a32f7795af64b5567ad81832bf Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Mon, 29 Jul 2024 08:43:34 +0200 Subject: [PATCH] Add .editorconfig This facilitates editing files in all editors which supports editorconfig. --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3af1aa2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 +indent_style = space +indent_size = 2