From 60ebd84f770efae7cb71e1b5151c66d15bb65ad7 Mon Sep 17 00:00:00 2001 From: tiosgz Date: Wed, 11 Aug 2021 20:34:41 +0000 Subject: [PATCH] Add an editorconfig file --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..13f3f96 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +tab_width = 4