vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

Soy: indent with 2 spaces #238

Closed pavel-stehlik closed 9 years ago

pavel-stehlik commented 9 years ago

Hi, could you add option for format code with spaces instead of tabs?

I found SoyFormatter and add this, but i dont know how to build eclipse soy plugin from your sources :-/

@Inject(optional = true)
private IIndentationInformation indentInfo = new IIndentationInformation() {
  public String getIndentString() {
    return "  ";
  }
};

public IIndentationInformation getIndentInformation() { return indentInfo; }

Thanks Pavel

FagnerMartinsBrack commented 9 years ago

The identation is configured inside eclipse, look for TextEditor option and configure the proper file type.

pavel-stehlik commented 9 years ago

Thanks, i didnt realize, that i could setup global TextEditor.

WORMSS commented 7 years ago

@FagnerMartinsBrack how do you make it so less files are 2 spaces, but everything else is 4 spaces? I need global to be 4, but less be 2 spaces ??

FagnerMartinsBrack commented 7 years ago

@WORMSS I haven't been using Eclipse for 2 years so I don't know, sorry.