From 78fe08aa64d6cdf979776bf09634844a6d0a4887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Nu=C3=B1ez?= <10672208+mind-ar@users.noreply.github.com> Date: Tue, 24 May 2022 09:30:30 -0300 Subject: [PATCH] docs: editorconfig (#3402) --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..081120a69 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true