The following command deletes any trailing whitespace at the end of each line. ... autocmd FileType c,cpp,java,php autocmd BufWritePre <buffer> %s/\s\+$//e ...
確定! 回上一頁