cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

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

Closed agc93 closed 7 years ago

agc93 commented 7 years ago

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

agc93 commented 7 years ago

@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 :smile:

agc93 commented 7 years ago

@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