Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ajs6f committed May 14, 2013
1 parent 498df2b commit 5eb74d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions etc/eclipse-prefs/README.md
Expand Up @@ -14,15 +14,16 @@ 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".
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.
+ Under the "Code Style" tab, check "Use blocks in if/while/for/do statements" and "Always", as well as "Use modifier 'final' where possible and 'Parameter' and 'Local variable'.

### Under XML -> XML Files -> Editor:

1. Select to Indent using tabs.
2. Set line width to 72 characters.
1. Select to "Indent using spaces" with "Indentation size" of 2.
2. Set line width to 80 characters.



0 comments on commit 5eb74d0

Please sign in to comment.