Skip to content

Instantly share code, notes, and snippets.

@baseliners
Last active August 29, 2015 14:09
Show Gist options
  • Save baseliners/57fa84290d8320749182 to your computer and use it in GitHub Desktop.
Save baseliners/57fa84290d8320749182 to your computer and use it in GitHub Desktop.
Anaconda and ST3 settings
{
"python_interpreter": "/usr/local/bin/python",
"anaconda_linting": false,
"suppress_word_completions": true,
"suppress_explicit_completions": true,
"hide_snippets_on_completion": true
}
{
"auto_complete": true,
"auto_complete_selector": "-",
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python -string -comment -constant"
}
],
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/User/GitHub (SublimePythonIDE).tmTheme",
"detect_indentation": true,
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_Store",
"*.pyc",
"*.git"
],
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
],
"font_face": "Consolas",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"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":
[
79
],
"save_on_focus_lost": true,
"scroll_past_end": false,
"show_full_path": true,
"show_minimap": false,
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"vintage_start_in_command_mode": false,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment