You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foo {
'foo':
bar => $qualified::variable,
'foo':
bar => $variable;
}
Actual indentation:
foo {
'foo':
bar => $qualified::variable,
'foo':
bar => $variable;
}
The qualified variable have to be the last attribute of a resource body to cause problems, and it have to be qualified. The below example is indented correctly:
foo {
'foo':
bar => $variable;
'foo':
bar => $qualified::variable,
bar => 0;
'foo':
bar => $variable;
}
The text was updated successfully, but these errors were encountered:
emacs 25.2.2
puppet-mode master e04f041.
Expected indentation:
Actual indentation:
The qualified variable have to be the last attribute of a resource body to cause problems, and it have to be qualified. The below example is indented correctly:
The text was updated successfully, but these errors were encountered: