Skip to content

Commit bdcc049

Browse files
committed
minor #7316 [Workflow] Improve configuration example text indents (dominikhajduk)
This PR was merged into the 3.2 branch. Discussion ---------- [Workflow] Improve configuration example text indents To be _"pixel perfect"_ indents should be 4 spaces. Commits ------- 6fe00af Improve configuration example text indents
2 parents b03b906 + 6fe00af commit bdcc049

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

workflow/state-machines.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ Below is the configuration for the pull request state machine.
3232
framework:
3333
workflows:
3434
pull_request:
35-
type: 'state_machine'
36-
supports:
35+
type: 'state_machine'
36+
supports:
3737
- AppBundle\Entity\PullRequest
38-
places:
38+
places:
3939
- start
4040
- coding
4141
- travis
4242
- review
4343
- merged
4444
- closed
45-
transitions:
45+
transitions:
4646
submit:
4747
from: start
4848
to: travis

0 commit comments

Comments
 (0)