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

Support indent with 2 spaces #23

Closed
wants to merge 1 commit into from

Conversation

legendecas
Copy link

It might be helpful if bake understands Bakefiles indented with 2 spaces.

Fixes #19

@kennethreitz
Copy link
Owner

I think I want to standardize on four spaces.

@mortenlj
Copy link
Contributor

I think I want to standardize on four spaces.

I was just hit by this when testing bake for the first time. Standardizing on a fixed number of spaces is fine, but then bake should issue an error when it sees lines that are not. The current behavior, where it just executes all tasks is extremely confusing and very surprising.

@legendecas legendecas closed this Mar 26, 2021
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

Successfully merging this pull request may close these issues.

Unexpected behavior on indenting with 2 spaces
3 participants