Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjan committed Apr 22, 2013
1 parent 9e8728a commit f078c5a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions etc/eclipse-prefs/README.md
Expand Up @@ -3,19 +3,22 @@
If you use Eclipse as your IDE, these settings and files can be imported to apply
this project's coding conventions to your workspace.

Under Java -> Code Style:
### Under Java -> Code Style:

1. Check "Add @Override ...", and leave other checkboxes unchecked.
1. Make sure "Exception variable name" is e.
1. Import and apply the Clean-up, Code Templates and Formatter preference files.

Under Java -> Editor -> Save Actions:
### Under Java -> Editor -> Save Actions:

1. Check "Perform the selected actions on save".
1. Check "Additional actions".
1. Click "Configure...".
1. Under the "Code Organizing" tab, and check "Remove trailing whitespace" and "All lines".

Under XML -> XML Files -> Editor:
1. Check Indent using tabs.
### Under XML -> XML Files -> Editor:

1. Select to Indent using tabs.
1. Set line width to 72 characters.


Expand Down

0 comments on commit f078c5a

Please sign in to comment.