From b2873430d12a960e5d5c64f25cd1672dac4c2c78 Mon Sep 17 00:00:00 2001 From: Iliyas Jorio Date: Sun, 21 Feb 2021 17:30:22 +0100 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..f239f96 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*.{c,cpp,h,hpp}] +charset = utf-8 +indent_style = tab +indent_size = 4