enumerate_arrays
doesn't annotate last item in array and comments are badly placed
#289
Labels
enumerate_arrays
doesn't annotate last item in array and comments are badly placed
#289
https://docs.rs/ron/0.6.2/ron/ser/struct.PrettyConfig.html
enumerate_arrays
doesn't annotate last item in array:Putting the comment after each item looks weird, especially with large items that span multiple lines.
This part looks very weird:
Also, it looks weird that there is no space between each item and
//
.I suggest putting the comment before each item, so that they are at the same indentation level (thus visually easier to scan), like this:
The text was updated successfully, but these errors were encountered: