Created
August 22, 2015 21:04
-
-
Save Byron/e3e77fae284b3e2b4f26 to your computer and use it in GitHub Desktop.
Sublime Text
This file contains 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
{ | |
"added_words": | |
[ | |
"deserialization" | |
], | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/SublimeLinter/Flatland_Monokai (SL).tmTheme", | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
"*.pid", | |
"*.pyc" | |
], | |
"find_selected_text": true, | |
"folder_exclude_patterns": | |
[ | |
"__pycache__" | |
], | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"RestructuredText", | |
"C++ Starting Kit", | |
"ActionScript", | |
"Emmet", | |
"AngularJS", | |
"VCS Gutter", | |
"MayaSublime", | |
"RustAutoComplete", | |
"C++", | |
"C#", | |
"Git", | |
"CTags", | |
"Vintage", | |
"Makefile" | |
], | |
"ignored_words": | |
[ | |
"dict", | |
"param" | |
], | |
"index_workers": 3, | |
"reveal-on-activate": false, | |
"scroll_past_end": true, | |
"show_full_path": true, | |
"theme": "Piatto Dark 3.sublime-theme", | |
"wide_caret": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment