Last active
November 2, 2019 22:11
-
-
Save krmgns/e2ce2f1e19740b37c3c085b05bc6350f to your computer and use it in GitHub Desktop.
Preferences.sublime-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
{ | |
"added_words": | |
[ | |
"uber", | |
"versioning" | |
], | |
"always_show_minimap_viewport": true, | |
"color_scheme": "Packages/Inspired GitHub Color Scheme/InspiredGitHub_2.tmTheme", | |
"default_line_ending": "unix", | |
"detect_indentation": false, | |
"dictionary": "Packages/Language - English/en_US.dic", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": true, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace", | |
"*.sublime-project" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"phpmyadmin", | |
"html" | |
], | |
"font_face": "Source Code Pro", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 8.15, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"GoSublime", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 5, | |
"line_padding_top": 0, | |
"material_theme_accent_graphite": true, | |
"material_theme_arrow_folders": true, | |
"material_theme_compact_panel": true, | |
"material_theme_compact_sidebar": true, | |
"material_theme_contrast_mode": true, | |
"material_theme_tabs_autowidth": true, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
100 | |
], | |
"scroll_past_end": false, | |
"show_definitions": false, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"smaterial_theme_accent_scrollbars": true, | |
"spell_check": false, | |
"tab_size": 4, | |
"theme": "Default.sublime-theme", | |
"theme_autocomplete_item_selected_colored": true, | |
"theme_find_panel_atomized": true, | |
"theme_find_panel_padding_xs": true, | |
"theme_find_panel_size_xxs": true, | |
"theme_icons_atomized": true, | |
"theme_minimap_viewport_opacity_xxh": true, | |
"theme_popup_border_visible": true, | |
"theme_quick_panel_border_visible": true, | |
"theme_quick_panel_size_xs": true, | |
"theme_scrollbar_rounded": true, | |
"theme_sidebar_folder_mono": true, | |
"theme_sidebar_heading_bold": true, | |
"theme_sidebar_indent_top_level_disabled": true, | |
"theme_sidebar_size_xxs": true, | |
"theme_size_xs": true, | |
"theme_statusbar_font_xs": true, | |
"theme_statusbar_size_xs": true, | |
"theme_tab_width_auto": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"ui_big_tabs": false, | |
"ui_fix_tab_labels": true, | |
"ui_font_default": true, | |
"ui_font_size_small": true, | |
"ui_font_source_code_pro": true, | |
"ui_separator": true, | |
"ui_wide_scrollbars": false, | |
"update_check": 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