From 8f898b103dddd9911f7b6c15d69b26cf317d4acc Mon Sep 17 00:00:00 2001 From: peri4 Date: Fri, 16 Dec 2022 16:44:39 +0300 Subject: [PATCH] .editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3f43534 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*.{h,c,cpp}] +charset = utf-8 +indent_style = tab +tab_width = 4