From 61e46e98d490a855c0246a1f189c668d1c5141ee Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 29 Sep 2020 16:33:41 +0200 Subject: [PATCH] main: Add .editorconfig For the benefit of contributors. --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..67fc3bb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = tab +indent_size = 8 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true