Skip to content

Instantly share code, notes, and snippets.

@theo-l
Last active July 28, 2017 22:05
Show Gist options
  • Save theo-l/0d369a08cb2c7a39d5eb to your computer and use it in GitHub Desktop.
Save theo-l/0d369a08cb2c7a39d5eb to your computer and use it in GitHub Desktop.
{
"auto_complete_selector": ".",
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python"
}
],
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"detect_indentation": true,
"font_face": "Source Code Pro for Powerline",
"font_size": 9.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_accent_bright-teal": true,
"material_theme_accent_scrollbars": true,
"material_theme_arrow_folders": true,
"material_theme_bullet_tree_indicator": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"draw_white_space":"all",
"find_selected_text":true,
"fold_buttons":false,
"folder_exclude_patterns":
[
".git",
".idea",
".ipynb_checkpoints"
],
"hot_exit":false,
"font_options":[
"subpixel_antialias"
],
"rulers":
[
79,
100,
120
]
}
@theo-l
Copy link
Author

theo-l commented Mar 4, 2016

Sublime default preference configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment