From 03992765e3a9ffe98d4140aa309f43da974d62b5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 9 Mar 2020 17:12:44 +0100 Subject: [PATCH] Fix editor config for integration test files Signed-off-by: Joas Schilling --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 10d9ba881c..0b4e725ad8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,10 @@ indent_style = tab insert_final_newline = true trim_trailing_whitespace = true +[*.feature] +indent_size = 2 +indent_style = space + [*.md] trim_trailing_whitespace = false