From f818d38025bc6f8b68c23bafa1bd80ba0fe59da4 Mon Sep 17 00:00:00 2001 From: latif Date: Wed, 15 Nov 2023 03:32:36 +0300 Subject: [PATCH] add editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8993a98 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +indent_style = tab +tab_width = 8