From cf1e809290f916d3a780f9827cddade649e13b30 Mon Sep 17 00:00:00 2001 From: peri4 Date: Fri, 16 Dec 2022 16:44:29 +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