I would like jde-mode to figure out what the tab-width, c-basic-offset and brace-placement style dynamically when I open a java source. Different sources tend to have different conventions for tab widths and brace placement, and often the author's preferences don't match mine. It seems like JDE would be able to determine these basic settings the majority of the time by parsing say, the first two methods in the source. Is this feature already in place?
