Skip to content

Instantly share code, notes, and snippets.

@LucasMagnum
Created August 28, 2018 07:40
Show Gist options
  • Save LucasMagnum/17eb20ba723e0ac97dde6629834a2563 to your computer and use it in GitHub Desktop.
Save LucasMagnum/17eb20ba723e0ac97dde6629834a2563 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.tga",
"*.ttf",
"*.zip",
"__pycache__/**"
],
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/User/Material Brogrammer (Flake8Lint).tmTheme",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"ensure_single_trailing_newline": true,
"font_size": 12,
"highlight_line": true,
"ignore_whitespace_on_current_line": true,
"ignore_whitespace_only_lines": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_accent_indigo": true,
"material_theme_accent_lime": false,
"material_theme_accent_orange": false,
"material_theme_accent_purple": false,
"material_theme_accent_red": false,
"material_theme_accent_yellow": false,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_fileicons": false,
"material_theme_disable_folder_animation": true,
"material_theme_disable_tree_indicator": false,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"overlay_scroll_bars": "enabled",
"remove_trailing_whitespace_on_save": true,
"rulers":
[
79,
120
],
"theme": "Material Brogrammer.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment