Created
December 17, 2014 00:08
-
-
Save guisouza/ff78fe01bbd6eefbf8f9 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
{ | |
"indent_size": 2, | |
"indent_char": " ", | |
"indent_level": 0, | |
"indent_with_tabs": false, | |
"preserve_newlines": true, | |
"max_preserve_newlines": 3, | |
"jslint_happy": true, | |
"brace_style": "collapse", | |
"keep_array_indentation": false, | |
"keep_function_indentation": true, | |
"space_before_conditional": true, | |
"break_chained_methods": false, | |
"eval_code": false, | |
"unescape_strings": false, | |
"wrap_line_length": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment