The existing in-tree (two) shell scripts are of fairly mixed style.
With indent_size being 0, 4, 8 and indent_style both space and tab.
The more common instance seems to be 4 spaces, so add that to the
config. Updating existing scripts is deferred for another time.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/86
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
[{Makefile*,*.mk}]
indent_style = tab
+[*.sh]
+indent_style = space
+indent_size = 4
+
[*.yml]
indent_style = space
indent_size = 2