- 
      
 - 
        
Save hidek/2643230 to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | --- jsbeautify.vim.org 2012-05-09 16:37:26.000000000 +0900 | |
| +++ jsbeautify.vim 2012-05-09 16:52:24.000000000 +0900 | |
| @@ -291,8 +291,8 @@ | |
| endif | |
| "let a:options = {} | |
| - let s:opt_indent_size = 1 | |
| - let s:opt_indent_char = "\t" | |
| + let s:opt_indent_size = 2 | |
| + let s:opt_indent_char = " " | |
| let s:opt_preserve_newlines = 1 | |
| let s:opt_indent_level = 0 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment