Skip to content

Instantly share code, notes, and snippets.

@Ouroboros
Created October 20, 2017 08:21
Show Gist options
  • Save Ouroboros/6636d1d7c7286a94229aae2cf8a5e691 to your computer and use it in GitHub Desktop.
Save Ouroboros/6636d1d7c7286a94229aae2cf8a5e691 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_complete_cycle": true,
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source"
},
{
"characters": ":",
"selector": "source.rust"
},
{
"characters": "(",
"selector": "source.rust"
}
],
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"default_encoding": "UTF-8",
"draw_white_space": "all",
"fade_fold_buttons": false,
"fallback_encoding": "",
"font_face": "Source Code Pro",
"font_options":
[
"directwrite"
],
"font_size": 12,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Block Cursor Everywhere",
"EncodingHelper",
"SideBarEnhancements",
"SublimeClang",
"Transparency",
"Vintage",
"Vintageous"
],
"remember_full_screen": true,
"remember_open_files": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"show_panel_on_build": false,
"tab_completion": false,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment