Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning automatically trailing spaces #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Cleaning automatically trailing spaces #8

wants to merge 1 commit into from

Conversation

HelifeWasTaken
Copy link

Just something convinient to avoid thoses ugly trailing spaces at the end of the line

@@ -166,3 +166,12 @@ augroup END

autocmd BufWritePre * :call TrimWhitespace()

function! CleanExtraSpaces() "Function to clean unwanted spaces
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TrimWhitespace removes any extraneous whitespace at the end of the lines. What exactly is this doing differently? I am curious, perhaps TrimWhitespace isn't enough.

@ThePrimeagen ThePrimeagen self-assigned this Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants