diff --git a/.editorconfig b/.editorconfig index 8e462d63..0f5876c4 100755 --- a/.editorconfig +++ b/.editorconfig @@ -15,7 +15,7 @@ trim_trailing_whitespace = false [.git*] indent_style = tab -[**.*sh] +[{**.*sh,test/run}] indent_style = tab indent_size = 4