From cade4a0cb397e1bd1f4d55148e6f4c2a3ea739ed Mon Sep 17 00:00:00 2001 From: Boian Berberov <7432115+bberberov@users.noreply.github.com> Date: Fri, 6 Oct 2023 17:00:36 +0000 Subject: [PATCH] Added .editorconfig following CONTRIBUTING.md guidelines (#1663) [EditorConfig](https://editorconfig.org/) helps maintain consistent coding styles --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..a5517d134 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +insert_final_newline = true + +[*.{yaml,yml}] +indent_style = space +indent_size = 2