From 7c377c571930c0643b1ce0a1318e63469df0569a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20R=C4=99bacz?= Date: Fri, 15 Oct 2021 08:54:48 +0200 Subject: [PATCH] .editorconfig (#46) This will display all source files in git with 4 spaces for tab instead of 8. --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..c9408f245 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*] +tab_width = 4