AzureViolin / intelligent_scissors_5421spring2018

1 stars 1 forks source link

trailing white space #3

Closed AzureViolin closed 6 years ago

AzureViolin commented 6 years ago

@onlytailei can you avoid introducing trailing white spaces? Currently newline definitely introduce trailing white space, among other cases.

Your editor should support that function, usually. If you are using vim then %s/\s\+\$//g will do. Otherwise, IDLE have that capability as well.

I rendered trailing white spaces in vim so that you can see: screenshot from 2018-02-18 11 25 52

onlytailei commented 6 years ago

No problem. My vimrc file has this highlight before. I will configure it on my laptop.