From 7c2a8284e1e427e967888d1029f68e90fee51334 Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Thu, 7 Jan 2021 02:20:02 -0500 Subject: Add .editorconfig to enforce tab setting Will look better on Github. --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1547c5a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{h,c,cpp}] +indent_style = tab +indent_size = 4 -- cgit v1.2.3