Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Fix indentation for yml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 19, 2017
1 parent 5042848 commit 9d29b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ namespace: PyzTest
actor: Tester

include:
- tests/PyzTest/*/*
- vendor/spryker/spryker/Bundles/*/*
- tests/PyzTest/*/*
- vendor/spryker/spryker/Bundles/*/*

paths:
tests: tests
Expand Down

0 comments on commit 9d29b8e

Please sign in to comment.