summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2017-05-05 17:49:52 +0300
committerAndres Gomez <agomez@igalia.com>2017-05-09 14:05:00 +0300
commitd823440fed0a8d5b20b2b2d42946b24675326bb6 (patch)
tree09006fec4d783791aeeeabb95a1dde7fa7a674d2 /bin
parent7993823d381be38fba9ba3901be3658843abcad4 (diff)
bin: use tabs for coding style on *.sh files
v2: Instead of changing *.sh, adapt the editorconfig file (Emil). Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/.editorconfig3
1 files changed, 1 insertions, 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