Created
December 12, 2016 17:47
-
-
Save jhyland87/e7bb9636daa5cd9b817d9174663c65ec 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
{ | |
"codeformatter_js_options": | |
{ | |
"brace_style": "collapse", | |
"break_chained_methods": false, | |
"comma_first": false, | |
"e4x": false, | |
"end_with_newline": false, | |
"eol": "\n", | |
"eval_code": false, | |
"format_on_save": false, | |
"indent_char": " ", | |
"indent_size": 2, | |
"indent_with_tabs": true, | |
"jslint_happy": false, | |
"keep_array_indentation": false, | |
"keep_function_indentation": false, | |
"max_preserve_newlines": 10, | |
"preserve_newlines": false, | |
"space_in_empty_paren": false, | |
"space_in_paren": false, | |
"syntaxes": "javascript,json", | |
"unescape_strings": false, | |
"wrap_line_length": 0 | |
}, | |
"codeformatter_python_options": | |
{ | |
"add_blank_line_after_doc_string": true, | |
"add_blank_lines_around_comments": true, | |
"assignment": " = ", | |
"blank_line": "", | |
"boilerplate": "", | |
"can_split_strings": false, | |
"comment_prefix": "# ", | |
"dict_colon": ": ", | |
"doc_tab_replacement": "....", | |
"double_quoted_strings": false, | |
"format_on_save": false, | |
"function_param_assignment": "=", | |
"function_param_sep": ", ", | |
"indent_size": 1, | |
"indent_with_tabs": true, | |
"java_style_list_dedent": false, | |
"keep_blank_lines": true, | |
"keep_unassigned_constants": false, | |
"left_margin": "", | |
"leftjust_comments": false, | |
"leftjust_doc_strings": false, | |
"list_sep": ", ", | |
"max_char": 80, | |
"max_lines_before_split_lit": 2, | |
"max_seps_dict": 3, | |
"max_seps_func_def": 3, | |
"max_seps_func_ref": 5, | |
"max_seps_series": 5, | |
"normalize_doc_strings": false, | |
"parenthesize_tuple_display": true, | |
"shebang": "#!/usr/bin/env python", | |
"single_quoted_strings": false, | |
"slice_colon": ":", | |
"subscript_sep": "=", | |
"syntaxes": "python", | |
"wrap_comments": false, | |
"wrap_doc_strings": false | |
}, | |
"color_scheme": "Packages/JavaScriptNext - ES6 Syntax/Monokai Phoenix.tmTheme", | |
"font_size": 14.0, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"soda_folder_icons": true, | |
"theme": "Soda Dark.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment