Created
October 20, 2015 00:48
-
-
Save montogeek/ed70c614f4671b6376bf 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
{ | |
"auto_complete": true, | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "<", | |
"selector": "text.html" | |
}, | |
{ | |
"characters": ".", | |
"selector": "source.js" | |
} | |
], | |
"caret_extra_width": 2, | |
"caret_style": "phase", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme", | |
"copy_with_empty_selection": false, | |
"default_line_ending": "unix", | |
"drag_text": false, | |
"draw_minimap_border": true, | |
"enable_tab_scrolling": false, | |
"font_face": "PragmataPro", | |
"font_options": | |
[ | |
"no_round" | |
], | |
"font_size": 15, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"JavaScript", | |
"JavaScript Completions", | |
"SublimeLinter-contrib-eslint", | |
"Vintage", | |
"Web Inspector" | |
], | |
"match_brackets_content": true, | |
"match_selection": true, | |
"match_tags": true, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"preview_on_click": true, | |
"scroll_past_end": true, | |
"scroll_speed": 5.0, | |
"show_full_path": true, | |
"sidebar_default": "medium", | |
"tab_size": 2, | |
"tabs_small": true, | |
"tern_argument_completion": true, | |
"tern_argument_hints_type": "tooltip", | |
"theme": "Broceanic.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment