We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb396c commit 793fce6Copy full SHA for 793fce6
pkg/yaml/yaml.go
@@ -343,7 +343,7 @@ func (e *Encoder) SetPadLineComments(padLineComments int) {
343
yaml_emitter_set_pad_line_comments(&e.encoder.emitter, padLineComments)
344
}
345
346
-// SetCorrectAliasKeys changes the number of padding spaces before line comments.
+// SetCorrectAliasKeys enables alias key syntax correction.
347
func (e *Encoder) SetCorrectAliasKeys(correctAliasKeys bool) {
348
yaml_emitter_set_correct_alias_keys(&e.encoder.emitter, correctAliasKeys)
349
0 commit comments