From 1d2cbfbdf9ea3dc07501b2385fc97c3713c3fb68 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Wed, 8 Apr 2020 20:11:30 +0200 Subject: [PATCH] Update .editorconfig (#5578) --- substrate/.editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) 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