From 26e7a885f10a4e4761f1f8f3038804ec192746a2 Mon Sep 17 00:00:00 2001 From: Grayray75 <69988482+Grayray75@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:26:23 +0200 Subject: [PATCH] Add editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2433d55 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +tab_width = 4 +insert_final_newline = true +max_line_length = 160 + +[*.json] +max_line_length = 20 + +[*.yml] +indent_style = space +indent_size = 2