From 9405d5e482c95640993633a7f7df8dd939dd1545 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Mon, 11 Mar 2024 08:52:15 +0100 Subject: [PATCH] add editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..478b03e9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*.{yaml,sh,gn_args}] +tab_width = 2 +indent_size = 2 +end_of_line = crlf +indent_style = space \ No newline at end of file