Last active
September 5, 2018 13:36
-
-
Save epequeno/e609ef82cf4a32f84609b19c1763bb50 to your computer and use it in GitHub Desktop.
st3 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
[ | |
{ "keys": ["ctrl+0"], "command": "reset_font_size" }, | |
{ "keys": ["ctrl+\\"], "command": "toggle_side_bar" }, | |
] |
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
{ | |
"added_words": | |
[ | |
"httpd", | |
"conf", | |
"Route53", | |
"dfw", | |
"cutover", | |
"aws", | |
"http", | |
"html", | |
"cloudformation", | |
"breifley", | |
"Metadata" | |
], | |
"auto_complete": false, | |
"auto_complete_commit_on_tab": true, | |
"auto_match_enabled": true, | |
"bold_folder_labels": true, | |
"caret_style": "solid", | |
"color_scheme": "Packages/User/SublimeLinter/Monokai JSON+ (SL).tmTheme", | |
"detect_indentation": true, | |
"draw_indent_guides": true, | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": false, | |
"file_exclude_patterns": | |
[ | |
"*.DS_Store", | |
"*.pyc", | |
"*.git" | |
], | |
"find_selected_text": true, | |
"fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
], | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"SublimeLinter-jshint", | |
"Vintage" | |
], | |
"indent_to_bracket": true, | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"match_brackets": true, | |
"match_brackets_angle": false, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"new_window_settings": | |
{ | |
"hide_open_files": true, | |
"show_tabs": true, | |
"side_bar_visible": true, | |
"status_bar_visible": true | |
}, | |
"remember_open_files": true, | |
"remember_open_folders": true, | |
"rulers": | |
[ | |
80 | |
], | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"show_full_path": true, | |
"show_minimap": false, | |
"tab_size": 2, | |
"theme": "Default.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": false, | |
"use_simple_full_screen": true, | |
"vintage_start_in_command_mode": false, | |
"wide_caret": true, | |
"word_separators": "/\\()\"':,;<>~!@#$%^&*|+=[]{}`~?", | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment