diff --git a/.editorconfig b/.editorconfig index 10d9ba881ce931306a0f8b6770aeadbf3c19ec15..0b4e725ad8fcac37fad826c2ad59a7f1de6218d3 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