Skip to content

Instantly share code, notes, and snippets.

@tungpun
Created March 14, 2018 10:10
Show Gist options
  • Save tungpun/7618343e4203e7197fb96b24e6588d28 to your computer and use it in GitHub Desktop.
Save tungpun/7618343e4203e7197fb96b24e6588d28 to your computer and use it in GitHub Desktop.
Sublime Text 3's settings
{
"always_show_minimap_viewport": true,
"auto_complete_function_params": "required",
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python"
}
],
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"draw_white_space": "all",
"folder_exclude_patterns":
[
"*.pyc"
],
"font_size": 11,
"highlight_line": "true",
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_lime": true,
"material_theme_accent_orange": true,
"material_theme_accent_purple": true,
"material_theme_accent_red": true,
"material_theme_accent_yellow": true,
"material_theme_bold_tab": true,
"material_theme_disable_folder_animation": true,
"material_theme_disable_tree_indicator": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"remember_open_files": false,
"show_encoding": "true",
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment