Navigation Menu

Skip to content

vim-scripts/My-Code-Style-Toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=4204

Your boss ask for some specific unique style of code blocks ?
This can help you toggle it easily and you can keep your own habit by this way .
just try to use <F5> and <F6> to toggle !

if (a == b) {
        r = true ;
}

or :

if (a == b)
{
        r = true ;
}

About

help you toggle the style of the code blocks easily !

Resources

Stars

Watchers

Forks

Packages

No packages published