From 375f618e0d050b6d9f3f3ae6421f6320436aa1b9 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Mon, 14 Jun 2021 22:39:33 +0200 Subject: [PATCH] add editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8410703 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4 + +[*.{json,yml}] +indent_style = space +indent_size = 2