From 74b7d7c58c33244f5650b809d7c5facb33112221 Mon Sep 17 00:00:00 2001 From: Xnoe Date: Tue, 12 Oct 2021 21:44:52 +0100 Subject: [PATCH] Added .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3bdc361 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[Makefile] +indent_style = tab +indent_size = 2 + +[*] +indent_style = space +indent_size = 2