Bug 49897 - Code formatter needs two options for stripping whitespace:
Summary: Code formatter needs two options for stripping whitespace:
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M8   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-13 05:55 EST by Robert (Kraythe) Simmons CLA
Modified: 2004-02-23 13:50 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert (Kraythe) Simmons CLA 2004-01-13 05:55:11 EST
Strip Trailing Whitespace
    End of Line - Removes all whitespace after last char. 
    End of File - Removes all whitespace and blank lines after 
                  last line in file.
Comment 1 Olivier Thomann CLA 2004-02-23 13:50:41 EST
Won't fix. All trailing whitespaces should be removed. It is a bug if trailing
whitespaces are preserved after formatting.
See bug 50586.