updated trailing whitepsace deletion
This commit is contained in:
parent
e4e8213366
commit
ab2d8a1273
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
__raw = ''
|
__raw = ''
|
||||||
function()
|
function()
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
if &ft =~ 'javascript\|html\|jade\|json\|css\|less\|php\|python\|sh\|c\|cpp\|markdown\|yaml\|vim\|nix|graphql'
|
if &ft =~ 'javascript\|html\|jade\|json\|css\|less\|php\|python\|sh\|c\|cpp\|markdown\|yaml\|vim\|nix\|graphql\|java'
|
||||||
:%s/\s\+$//e
|
:%s/\s\+$//e
|
||||||
elseif expand('%:t') =~ '\.gltf$' || expand('%:t') =~ '\.glsl$'
|
elseif expand('%:t') =~ '\.gltf$' || expand('%:t') =~ '\.glsl$'
|
||||||
:%s/\s\+$//e
|
:%s/\s\+$//e
|
||||||
|
|
Loading…
Add table
Reference in a new issue