Last active
January 2, 2016 14:09
-
-
Save bekzod/8314892 to your computer and use it in GitHub Desktop.
My Sublime Settings
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, | |
"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_options": | |
[ | |
"no_bold", | |
"subpixel_antialias" | |
], | |
"font_size": 14.0, | |
"gpu_window_buffer": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Require Node.js Modules Helper", | |
"Color Highlighter", | |
"Terminal", | |
"Twitter Bootstrap Snippets", | |
"Marked.app Menu", | |
"Require Helper", | |
"JS Validation using Esprima", | |
"nodejsLauncher", | |
"Underscore.js Snippets", | |
"LESS", | |
"MoveTab", | |
"CoffeeScript", | |
"Tomorrow Color Schemes", | |
"Tag", | |
"CoffeeScript Function Finder", | |
"JavaScript Refactor", | |
"Current Scope", | |
"Gitignore", | |
"Github Tools", | |
"JavaScript", | |
"Mocha Snippets", | |
"View In Browser", | |
"JS2Coffee", | |
"SideBarEnhancements", | |
"Nodejs", | |
"Find Function Definition", | |
"Lazy Backbone.js", | |
"Autocomplete Javascript with Method Signature", | |
"jQuery", | |
"Search in Browser", | |
"STProjectMaker", | |
"AutoFileName", | |
"CoffeeComplete Plus (Autocompletion)", | |
"Backbone.js", | |
"jQuery Snippets pack", | |
"Bower" | |
], | |
"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