Comment Right Style

Comments that appear to the right of code are given the “Comment Right” style. For example:

// this comment is formatted with the Comment Line style
a = 0;  // this is formatted with the Comment Right 
style