diff --git a/substrate/.editorconfig b/substrate/.editorconfig index 47fde53b69..2b40ec32fa 100644 --- a/substrate/.editorconfig +++ b/substrate/.editorconfig @@ -14,3 +14,9 @@ indent_style=space indent_size=2 tab_width=8 end_of_line=lf + +[*.sh] +indent_style=space +indent_size=2 +tab_width=8 +end_of_line=lf