diff options
author | Andres Gomez <agomez@igalia.com> | 2017-05-05 17:49:52 +0300 |
---|---|---|
committer | Andres Gomez <agomez@igalia.com> | 2017-05-09 14:05:00 +0300 |
commit | d823440fed0a8d5b20b2b2d42946b24675326bb6 (patch) | |
tree | 09006fec4d783791aeeeabb95a1dde7fa7a674d2 /bin | |
parent | 7993823d381be38fba9ba3901be3658843abcad4 (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/.editorconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/.editorconfig b/bin/.editorconfig index b9a948f405..ef92655823 100644 --- a/bin/.editorconfig +++ b/bin/.editorconfig @@ -1,3 +1,2 @@ [*.sh] -indent_style = space -indent_size = 2 +indent_style = tab |