Skip to content

Instantly share code, notes, and snippets.

@azhawkes
Created January 15, 2014 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azhawkes/8428836 to your computer and use it in GitHub Desktop.
Save azhawkes/8428836 to your computer and use it in GitHub Desktop.
Vim configs for the JsBeautify plugin in ~/.vim/.editorconfig
; .editorconfig
root = true
[**.js]
indent_style = space
indent_size = 4
[**.css]
indent_style = space
indent_size = 4
[**.html]
indent_style = space
indent_size = 2
max_char = 78
indent_inner_html = true
[**.gsp]
indent_style = space
indent_size = 2
max_char = 78
indent_inner_html = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment