From 90908445f2e7d4e984f9c21505d46fb64e37766b Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 6 Oct 2017 14:42:00 +0900 Subject: [PATCH] Add tab_width --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 557a750..8aec2d3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,6 +19,7 @@ indent_size = 2 [{{M,m}akefile,*.mk}] indent_style = tab +tab_width = 4 [{shrc,profile,xinitrc,xprograms,*.sh}] indent_size = 4