Last active
November 22, 2017 13:53
-
-
Save patelkunal/dd17d6018201aa49e00606e730fb7f11 to your computer and use it in GitHub Desktop.
sublime-text-configs
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
{ | |
"auto_formatting": true, | |
"autoformat_ignore": | |
[ | |
"E309", | |
"E501" | |
], | |
"pep8_ignore": | |
[ | |
"E309", | |
"E501" | |
], | |
"anaconda_linter_underlines": false | |
} |
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
{ | |
"bold_folder_labels": true, | |
"caret_extra_width": 1, | |
"caret_style": "phase", | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Predawn/predawn.tmTheme", | |
"copy_with_empty_selection": false, | |
"drag_text": false, | |
"draw_minimap_border": true, | |
"enable_tab_scrolling": false, | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.sublime-workspace" | |
], | |
"folder_exclude_patterns": | |
[ | |
".git", | |
"__pycache__", | |
".idea", | |
"build", | |
"bin", | |
"include", | |
"lib", | |
"share", | |
"target", | |
".gradle", | |
"gradle" | |
], | |
"font_face": "Source Code Pro Medium", | |
"font_options": | |
[ | |
"no_round", | |
"gray_antialias", | |
"subpixel_antialias" | |
], | |
"font_size": 14, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"match_brackets_content": false, | |
"match_selection": true, | |
"match_tags": false, | |
"material_theme_accent_graphite": true, | |
"material_theme_compact_sidebar": true, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"preview_on_click": false, | |
"remember_open_files": false, | |
"scroll_past_end": true, | |
"scroll_speed": 5.0, | |
"show_definitions": false, | |
"show_encoding": true, | |
"show_errors_inline": false, | |
"show_full_path": false, | |
"sidebar_default": true, | |
"theme": "Material-Theme-Darker.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment