mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-17 06:16:28 +00:00
Fix folded keep operator in yaml-style-guide.md (#1525)
Where the keep operator is mentioned, it wrongly shows the folded strip operator instead of the folded keep operator.
This commit is contained in:
parent
0dd1339db1
commit
38bf7ffdfb
@ -202,7 +202,7 @@ In the examples above the no chomping operators are used (`|`, `>`). This is
|
||||
preferred, unless the example requires a different handling of the ending new
|
||||
line. In those cases the use of the strip operator (`|-`, `>-`: no trailing new
|
||||
line, any additional new lines are removed from the end) or keep operator
|
||||
(`|+`, `|-`: trailing new line, and keep all additional new lines from the end)
|
||||
(`|+`, `>+`: trailing new line, and keep all additional new lines from the end)
|
||||
is allowed.
|
||||
|
||||
### Additional string guidance
|
||||
|
Loading…
x
Reference in New Issue
Block a user