EclipseCodeFormatter icon indicating copy to clipboard operation
EclipseCodeFormatter copied to clipboard

Support url as "path to eclipse java formatter config file"

Open u3r opened this issue 9 years ago • 2 comments

In a multi-developer & multi-project environment it would be nice if the formatter could be placed online and synchronized/updated on-startup or once a day.

u3r avatar Sep 16 '15 12:09 u3r

Pull request welcomed.

krasa avatar Sep 16 '15 13:09 krasa

As a workaround you could put the configuration on a fileshare, which you have mounted into your filesystem. A cron job or another trigger could update the file once a day. Or put it in a GIT repo and a trigger clones the file once a day.

markiewb avatar Jan 15 '19 20:01 markiewb