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

(GH-41) Added support for auto-indentation in Cake files. #44

Merged
merged 1 commit into from
Feb 3, 2017

Conversation

agc93
Copy link
Member

@agc93 agc93 commented Oct 18, 2016

This resolves #41 and also adds a new level of indentation on method body open. This implementation borrows heavily from the default Roslyn one.

Indents are added on method body open, otherwise last offset used.
@agc93 agc93 added this to the v0.2.0 milestone Oct 18, 2016
@agc93
Copy link
Member Author

agc93 commented Nov 16, 2016

@cake-build/cake-integrations can someone please have a look at this one before we merge? I think it should be good to go, but more eyes would be good 😄

@agc93
Copy link
Member Author

agc93 commented Dec 16, 2016

@cake-build/cake-integrations Just last check if anyone can have a quick look over this before I merge this in and start retesting #49

@agc93 agc93 merged commit e9babff into cake-build:develop Feb 3, 2017
@agc93 agc93 deleted the feature/gh-41 branch February 3, 2017 13:16
@gep13 gep13 added the Feature label Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New line should return to same level of indentation
2 participants