diff --git a/.editorconfig b/.editorconfig index e1baa432..8e462d63 100755 --- a/.editorconfig +++ b/.editorconfig @@ -9,13 +9,13 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{md,rst}] +[**.{md,rst}] trim_trailing_whitespace = false [.git*] indent_style = tab -[*.*sh] +[**.*sh] indent_style = tab indent_size = 4