-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
As a software developer using swift format, I would like a configuration to trim trailing whitespaces.
I used swift format to format my entire code base, and it reformatted multi-line comments to include whitespaces on empty lines
/**
An argument is an arbitrary key-value entry that adds more information to the remark.
Depending on the key, the value can be interpreted as a string, integer, etc.
The debug location associated with the argument may refer to a separate location in the code.
*/
instead of:
/**
An argument is an arbitrary key-value entry that adds more information to the remark.
Depending on the key, the value can be interpreted as a string, integer, etc.
The debug location associated with the argument may refer to a separate location in the code.
*/
Metadata
Metadata
Assignees
Labels
No labels