Brace Complete for C/C++ : Adds braces after if, else, while 
 
 
  |  script karma  | 
  
    Rating 328/326,
    Downloaded by 4077   | 
  
   Comments, bugs, improvements 
   | 
  
    Vim wiki
   |   
 
 
 
| created by |  
| Michael Geddes |  
|   |  
| script type |  
| ftplugin |  
|   |  
| description |  
This is for use with the style of C/C++ coding that says ALWAYS have braces after an if, and always start braces on a new line: 
 
 if(a ==1 )
 {
 }
 else
 {
 }
 it also changes
 else{
 to 
 else
 {
 
 For those whoe get lazy :)  |  
|   |  
| install details |  
| Add as ftplugin for cpp. |  
|   |  
 
script versions (upload new version)
Click on the package to download.
 
 
ip used for rating: 142.132.191.50
           |