tracks/ecmascript/.editorconfig in trackler-2.1.0.23 vs tracks/ecmascript/.editorconfig in trackler-2.1.0.24

- old
+ new

@@ -16,9 +16,16 @@ indent_style = space indent_size = 2 ########################################################### +; bash +########################################################### + +[{bin/*,*.sh}] +indent_size = 4 + +########################################################### ; make ########################################################### [Makefile] indent_style = tab