From 2d1b8ac9e029670ec541dd136d1b165a5499233a Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 23 Sep 2024 11:20:49 +0300 Subject: [PATCH] Editorconfig : Add basic config. --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ea60cda --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +charset=utf-8 +end_of_line=lf +indent_style=tab +insert_final_newline=true +trim_trailing_whitespace=true