From 6aa2abed1a146c5c81c6bf1931d6a67528ad24ef Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 12 Jun 2023 12:36:35 +0300 Subject: [PATCH] added .editorconfig Signed-off-by: Alex A. Naanou --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..9206098c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[**] +indent_style = tab +tab_width = 4 +charset = utf-8 +end_of_line = lf