We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you press enter, the cursor should be positioned at the same indentation level as the previous line.
Currently the cursor starts back at the first column, making typing this quite tedious:
WiXHeat( stagingDir, projectDir + File("Files.wxs"), WiXHarvestType.Dir, new HeatSettings { ComponentGroupName = "name", SuppressRootDirectory = true, SuppressCom = true, SuppressRegistry = true, SuppressUniqueIds = true, AutogeneratedGuid = true, Template = WiXTemplateType.Fragment });
The text was updated successfully, but these errors were encountered:
Merge pull request #44 from agc93/feature/gh-41
e9babff
(GH-41) Added support for auto-indentation in Cake files.
agc93
Successfully merging a pull request may close this issue.
When you press enter, the cursor should be positioned at the same indentation level as the previous line.
Currently the cursor starts back at the first column, making typing this quite tedious:
The text was updated successfully, but these errors were encountered: