Repository: apex-core Updated Branches: refs/heads/master 6fdd73d6f -> 86142d0f4
Add pointer for removing trailing whitespace in Eclipse. Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/86142d0f Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/86142d0f Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/86142d0f Branch: refs/heads/master Commit: 86142d0f464f958ea7d9138a67f5b81a42a4da30 Parents: 6fdd73d Author: Thomas Weise <[email protected]> Authored: Mon Sep 26 17:14:50 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Mon Sep 26 17:14:50 2016 -0700 ---------------------------------------------------------------------- misc/ide-templates/eclipse/README.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-core/blob/86142d0f/misc/ide-templates/eclipse/README.md ---------------------------------------------------------------------- diff --git a/misc/ide-templates/eclipse/README.md b/misc/ide-templates/eclipse/README.md index f1fc058..4141de7 100644 --- a/misc/ide-templates/eclipse/README.md +++ b/misc/ide-templates/eclipse/README.md @@ -15,3 +15,7 @@ For Eclipse there are 2 configuration files 2. Go to Java | Code Style | Organize Imports and click on 'Import'. 3. In the Load Import Order from File dialog box that opens select `.settings/apex-importorder.importorder`. 4. Apply the changes. + +##Trailing whitespace +Apex checkstyle enforces no trailing whitespace. You can have Eclipse automatically remove trailing whitespace: +http://stackoverflow.com/questions/1043433/how-to-auto-remove-trailing-whitespace-in-eclipse/2618521#2618521
