summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/.settings/org.eclipse.jdt.ui.prefs
Commit message (Collapse)AuthorAgeFilesLines
* Harmonize the JDT settings within JGitRobin Rosenberg2012-11-161-2/+2
| | | | | | | | | | | Note the the settings are slightly less restrictive for test bundles. -Also cleanup a couple of malformed javadocs -Update compiler warnings/errors to include default values from Juno -We now flag diagnosed null dereference as error. We didn't do that earlier because of some false positives. Change-Id: I58386d63164e65d3d8d1998da3390d99bdc7381a Signed-off-by: Chris Aniszczyk <zx@twitter.com>
* Run formatter on edited lines via save actionChris Aniszczyk2010-08-261-3/+4
| | | | | | | | Updates the project level settings to run the formatter on save on only on the edited lines. Change-Id: I26dd69d0c95e6d73f9fdf7031f3c1dbf3becbb79 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
* http.test: Use JGit Format and compiler settingsShawn O. Pearce2010-02-091-0/+60
Somehow we missed setting this up for the project. Change-Id: Id55a6415f5fd03a7cd9d4d4ecbdd726cef79430d Signed-off-by: Shawn O. Pearce <spearce@spearce.org>