Skip to content

Instantly share code, notes, and snippets.

@hidek
Created May 9, 2012 09:18
Show Gist options
  • Save hidek/2643230 to your computer and use it in GitHub Desktop.
Save hidek/2643230 to your computer and use it in GitHub Desktop.
--- 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