Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undesired indentation when writing feature #72

Open
zzantares opened this issue Apr 20, 2017 · 0 comments
Open

Undesired indentation when writing feature #72

zzantares opened this issue Apr 20, 2017 · 0 comments

Comments

@zzantares
Copy link

zzantares commented Apr 20, 2017

Hello, thanks for the package it's been great so far except for this. I'm having an annoyance with indentation in .feature files, I don't know if this is a feature rather than a bug (see what I did there? 😆). As I write the feature and type RET to get a new line, the feature gets indented like this:

          Feature: manage lessons.

            Scenario: mentor with no lessons attempt to create a lesson.
              Given a new mentor which have no lessons created
              When he submits data to create a new lesson
              Then the lesson is saved and linked to his account.

Note the extra spaces (10 spaces), I would like to get this instead:

Feature: manage lessons.

  Scenario: mentor with no lessons attempt to create a lesson.
    Given a new mentor which have no lessons created
    When he submits data to create a new lesson
    Then the lesson is saved and linked to his account.

What setting could be affecting here?

I hope someone could help. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant