From 628e6efb285f2775330f7f52ef2ed410a68b02fc Mon Sep 17 00:00:00 2001 From: Rami Chasygov Date: Mon, 22 Jan 2024 17:31:29 +0300 Subject: [PATCH] add editorconfig file --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..1a5e6270ea --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 2 \ No newline at end of file