You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The formatter should ignore the macro definition.
In addition it would be nice to have some markers in the source to prevent the formatter to format some portion of the source.
In Eclipse i can do this by adding:
// @formatter:off
...
// @formatter:on
The text was updated successfully, but these errors were encountered:
From the Forum (http://forum.arduino.cc/index.php?topic=191048.0):
In my code I'm defining some macros.
e.g.
Code:
If i try to format this file i get
Code:
which now throws compile errors.
The formatter should ignore the macro definition.
In addition it would be nice to have some markers in the source to prevent the formatter to format some portion of the source.
In Eclipse i can do this by adding:
The text was updated successfully, but these errors were encountered: