Created
August 11, 2013 16:19
-
-
Save subhaze/6205538 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
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
Show hidden characters
{ | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin, text.haml", | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "<", | |
"selector": "text.html" | |
}, | |
{ | |
"characters": ".", | |
"selector": "source.js - comment - string" | |
}, | |
{ | |
"characters": ": ", | |
"selector": "source.css meta.property-list.css meta.property-value.css" | |
} | |
], | |
"auto_complete_with_fields": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Theme - Default/Tomorrow Night - Eighties.tmTheme", | |
"fade_fold_buttons": false, | |
"find_selected_text": true, | |
"font_face": "Consolas", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 17, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 0, | |
"line_padding_top": 5, | |
// BracketHighlighter 2 is used for matching | |
"match_brackets": false, | |
"match_brackets_angle": false, | |
"match_brackets_braces": false, | |
"match_brackets_content": false, | |
"match_brackets_square": false, | |
"match_tags": false, | |
"move_to_limit_on_up_down": false, | |
"phoenix_color_expanded_folder": true, | |
"phoenix_color_orange": true, | |
"phoenix_dirty_bottom_bar": true, | |
"phoenix_eighties": true, | |
"phoenix_highlight_current_tab": true, | |
"phoenix_tabs_auto_width": true, | |
"phoenix_tabs_small": true, | |
"scroll_past_end": true, | |
"spell_check": true, | |
"tern_argument_hints": true, | |
"tern_command": | |
[ | |
"/Users/mrussell/opt/node-v0.10.5-darwin-x64/bin/node", | |
"/Users/mrussell/Library/Application Support/Sublime Text 3/Packages/tern_for_sublime/node_modules/tern/bin/tern" | |
], | |
"theme": "Phoenix Dark.sublime-theme", | |
// override OSX fullscreen mode | |
"use_simple_full_screen": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment