From 098e317447a7118897e762290a296ad00ae01740 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 14 Mar 2019 13:48:16 +0100 Subject: editorconfig: tabs as 4 characters --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 2cbc03dd..51ffe580 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,7 @@ trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 4 +tab_width = 4 [Makefile] indent_style = tab -- cgit v1.2.3