Created
January 15, 2014 00:45
-
-
Save azhawkes/8428836 to your computer and use it in GitHub Desktop.
Vim configs for the JsBeautify plugin in ~/.vim/.editorconfig
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
; .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