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
Hey there seems to be an indentation issue when defining classes.
When I enter the following, the indenting is not right
class development_tools ( $editor = "emacs" ) { package { 'git': ensure => "installed", } }
indent according to mode produces this
The issue appears when the closing parenthesis and opening curly brace are on the same line
The text was updated successfully, but these errors were encountered:
@tcuthbert We'll port indentation to SMIE at some point, see #7, but we won't fix the current legacy code.
Please be patient.
Sorry, something went wrong.
No branches or pull requests
Hey there seems to be an indentation issue when defining classes.
When I enter the following, the indenting is not right
indent according to mode produces this
The issue appears when the closing parenthesis and opening curly brace are on the same line
The text was updated successfully, but these errors were encountered: