From: Andres Gomez Date: Fri, 5 May 2017 14:49:52 +0000 (+0300) Subject: bin: use tabs for coding style on *.sh files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d823440fed0a8d5b20b2b2d42946b24675326bb6;p=mesa.git 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 --- 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