From bf7fd5939de3c26b15c09c38748b1246560c9301 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Fri, 25 Sep 2020 21:25:33 +0200 Subject: [PATCH] Fix editorconfig test cases --- .automation/test/editorconfig-checker/.editorconfig | 3 +++ .automation/test/shell_shfmt/.editorconfig | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.automation/test/editorconfig-checker/.editorconfig b/.automation/test/editorconfig-checker/.editorconfig index f41c803b..8c250236 100644 --- a/.automation/test/editorconfig-checker/.editorconfig +++ b/.automation/test/editorconfig-checker/.editorconfig @@ -1,3 +1,6 @@ +# top-most EditorConfig file +root = true + [*.ext] indent_style = space indent_size = 4 diff --git a/.automation/test/shell_shfmt/.editorconfig b/.automation/test/shell_shfmt/.editorconfig index 8c250236..edd7f991 100644 --- a/.automation/test/shell_shfmt/.editorconfig +++ b/.automation/test/shell_shfmt/.editorconfig @@ -1,6 +1,6 @@ # top-most EditorConfig file root = true -[*.ext] +[*.sh] indent_style = space indent_size = 4