Created
January 25, 2016 12:02
-
-
Save bekzod/63c301953f89fd65f73d to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"animation_enabled": false, | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "<", | |
"selector": "text.html" | |
}, | |
{ | |
"characters": ".", | |
"selector": "source.js" | |
} | |
], | |
"bold_folder_labels": true, | |
"caret_style": "solid", | |
"chrome_path": | |
{ | |
"osx": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" | |
}, | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme", | |
"create_window_at_startup": false, | |
"dictionary": "Packages/Language - English/en_US.dic", | |
"draw_white_space": true, | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".DS_Store" | |
], | |
"folder_exclude_patterns": | |
[ | |
"bin", | |
".bundle", | |
".git", | |
".sass-cache", | |
".divshot-cache", | |
"node_modules", | |
"vendor", | |
"bower_components", | |
"tmp" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 16.0, | |
"gpu_window_buffer": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Autocomplete Javascript with Method Signature", | |
"AutoFileName", | |
"Backbone.js", | |
"Bower", | |
"CoffeeComplete Plus (Autocompletion)", | |
"CoffeeScript", | |
"CoffeeScript Function Finder", | |
"Color Highlighter", | |
"Current Scope", | |
"Find Function Definition", | |
"Github Tools", | |
"Gitignore", | |
"JavaScript", | |
"JavaScript Refactor", | |
"jQuery", | |
"jQuery Snippets pack", | |
"JS Validation using Esprima", | |
"JS2Coffee", | |
"Lazy Backbone.js", | |
"LESS", | |
"Marked.app Menu", | |
"Mocha Snippets", | |
"MoveTab", | |
"Nodejs", | |
"nodejsLauncher", | |
"Require Helper", | |
"Require Node.js Modules Helper", | |
"Search in Browser", | |
"SideBarEnhancements", | |
"STProjectMaker", | |
"Tag", | |
"Terminal", | |
"Tomorrow Color Schemes", | |
"Twitter Bootstrap Snippets", | |
"Underscore.js Snippets", | |
"View In Browser" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 2, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"open_files_in_new_window": false, | |
"remember_open_files": true, | |
"remember_open_folders": true, | |
"scroll_past_end": true, | |
"show_full_path": true, | |
"spell_check": true, | |
"tab_size": 2, | |
"theme": "Soda Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"wide_caret": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment