i use tabs indention, since way people can decide own indention size. however, when using tabs aligning anything, mess alignment when using different tab size.
take code example:
public static final mailcostmanager mailcost = new mailcostmanager(); public static final gamepricesmanager gameprices = new gamepricesmanager(); public static final gamenamesmanager gamenames = new gamenamesmanager(); public static final gameinfomanager gameinfo = new gameinfomanager(); public static final gameservermanager gameservers = new gameservermanager(); public static final gameserverjoiningmanager gameserverjoining = new gameserverjoiningmanager(); public static final matchmakingmanager matchmaking = new matchmakingmanager(); public static final groupmanager groups = new groupmanager(); public static final levelmanager levels = new levelmanager(); public static final paymentwallmanager paymentwall = new paymentwallmanager(); public static final httpaccountactions httpaccountactions = new httpaccountactions();
the indention (the tab before "public static ...") should tab, since indention. however, space between types , variable names, , variable names , values, should spaces.
how make eclipse use spaces aligning variable names , values, , use tabs indentation, including indention of these variable lines?
is possible eclipse?
this not possible. eclipse can use tabs or spaces not support mixing them this.
Comments
Post a Comment