From 8fd1663860183f0a18904e2aa535daa1bdbf55c5 Mon Sep 17 00:00:00 2001 From: Alec Mocatta Date: Mon, 21 Oct 2019 16:52:46 +0100 Subject: [PATCH] Add .editorconfig for tab_width = 4 --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6697b3e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*] +tab_width = 4 + +[.*] +tab_width = 4