Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed May 15, 2013
1 parent 19a2aff commit a8193a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/eclipse-prefs/README.md
Expand Up @@ -14,7 +14,6 @@ this project's coding conventions to your workspace.
1. Check "Perform the selected actions on save".
2. Check "Additional actions".
3. Click "Configure...".
4.
+ Under the "Code Organizing" tab, check "Remove trailing whitespace" and "All lines", as well as "Correct indentation".
+ Under the "Unnecessary Code" tab, check "Remove unused imports".
+ Under the "Missing Code" tab, ensure that "Add missing Annotations" and '@Override" are checked.
Expand All @@ -25,4 +24,6 @@ this project's coding conventions to your workspace.
1. Select to "Indent using spaces" with "Indentation size" of 2.
2. Set line width to 80 characters.

### In order to autocreate Javadocs on types, ensure that "Generate comments" is checked in the new type dialog.
### Use hints

In order to autocreate Javadocs on types, ensure that "Generate comments" is checked in the new type dialog.

0 comments on commit a8193a3

Please sign in to comment.