From 2fceadb2faa4fd0d134638977f19a1c62b7d8390 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Tue, 12 Sep 2023 16:39:10 +0200 Subject: [PATCH] add editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..83b5a94 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +[*.{yml,yaml}] +indent_style = space +indent_size = 2 +end_of_line = lf +trim_trailing_whitespace = true +trim_final_newlines = true +insert_final_newline = true +max_line_length = 160