-
Notifications
You must be signed in to change notification settings - Fork 37.3k
Closed
Labels
editor-coreEditor basic functionalityEditor basic functionalityfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
This is regarding the files.trimTrailingWhitespace setting.
While it is possible to set it to False for specific files e.g. markdown, there often cases where we have multiline strings in a code file.
for example:
st.info("""
Line1
Line2
""")When files.trimTrailingWhitespace is set to True, it would remove the two whitespaces after Line1, which breaks their markdown rendering as two separate lines.
Would be great to have this setting ignore multilines strings.
coreyward, 333fred, chsienki, jjonescz, matterker and 2 more
Metadata
Metadata
Assignees
Labels
editor-coreEditor basic functionalityEditor basic functionalityfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded