From b8dda491c757d91c72201dfbca938769156b9a76 Mon Sep 17 00:00:00 2001 From: cornfeedhobo Date: Fri, 1 Jan 2021 14:24:34 -0600 Subject: [PATCH 1/2] fix wildcard matches to include path separators --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From ded58f25e38bed77f304187bf307c0eb8268492e Mon Sep 17 00:00:00 2001 From: cornfeedhobo Date: Fri, 1 Jan 2021 14:25:23 -0600 Subject: [PATCH 2/2] include test/run in editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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