From d823440fed0a8d5b20b2b2d42946b24675326bb6 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Fri, 5 May 2017 17:49:52 +0300 Subject: [PATCH] bin: use tabs for coding style on *.sh files v2: Instead of changing *.sh, adapt the editorconfig file (Emil). Signed-off-by: Andres Gomez Reviewed-by: Emil Velikov --- bin/.editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/.editorconfig b/bin/.editorconfig index b9a948f405d..ef92655823c 100644 --- a/bin/.editorconfig +++ b/bin/.editorconfig @@ -1,3 +1,2 @@ [*.sh] -indent_style = space -indent_size = 2 +indent_style = tab