From 9d29b8e8016f77de32b055c49d0ed0d4033ffe43 Mon Sep 17 00:00:00 2001 From: mscherer Date: Thu, 19 Oct 2017 15:39:53 +0200 Subject: [PATCH] Fix indentation for yml files. --- .editorconfig | 4 ---- codeception.yml | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index a7a066fd2..9bd45737b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,10 +13,6 @@ trim_trailing_whitespace = true [*.bat] end_of_line = crlf -[*.yml] -indent_style = space -indent_size = 2 - [*.json] indent_style = space indent_size = 2 diff --git a/codeception.yml b/codeception.yml index 81a788476..0c4e7b61e 100644 --- a/codeception.yml +++ b/codeception.yml @@ -2,8 +2,8 @@ namespace: PyzTest actor: Tester include: - - tests/PyzTest/*/* - - vendor/spryker/spryker/Bundles/*/* + - tests/PyzTest/*/* + - vendor/spryker/spryker/Bundles/*/* paths: tests: tests