Bug 488767 - [formatter] MultilineCommentReplacer should support disabling prefix
Summary: [formatter] MultilineCommentReplacer should support disabling prefix
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.9.0   Edit
Hardware: PC Mac OS X
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-01 10:30 EST by Moritz Eysholdt CLA
Modified: 2016-07-26 04:06 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Eysholdt CLA 2016-03-01 10:30:01 EST
currently,

/*
 foo
*/

will be formatted as 

/*
 * foo
 */

We should make it easy to disable that each text line is prefixed with "*".