Using AStyle can format code,but is there a way to format comments too? I want to align comments,but I found no setting about comments in AStyle plugin 
before:
some code   //asdfasdf
some code        //asdfasdf
after:
some code         //asdfasdf
some code         //asdfasdf