wmyywm / eclipse-code-formatter-intellij-plugin

Automatically exported from code.google.com/p/eclipse-code-formatter-intellij-plugin
0 stars 0 forks source link

Allow to use a no-formatting tag #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In eclipse there's an option to define a segment of code that should not be 
formatted,  using a pair of tags.

For example:

// @formatter:off
// This is
//    not formated
// @formatter:on

It should be nice to have this feature.

Original issue reported on code.google.com by javim...@gmail.com on 24 Jan 2012 at 3:15

GoogleCodeExporter commented 9 years ago
it already has this feature :-)
just enable it in Eclipse...

Original comment by vojta.kr...@gmail.com on 25 Jan 2012 at 11:23