Skip to content

Instantly share code, notes, and snippets.

@Byron
Created August 22, 2015 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Byron/e3e77fae284b3e2b4f26 to your computer and use it in GitHub Desktop.
Save Byron/e3e77fae284b3e2b4f26 to your computer and use it in GitHub Desktop.
Sublime Text
{
"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