From 34c00ffb82680b981a7a7b0f45ff9e94b20e84b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 4 Sep 2021 09:30:58 +0200 Subject: [PATCH] chore: add .editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..485e376 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*.yml] +insert_final_newline = true +indent_style = space +indent_size = 2