Skip to content

Instantly share code, notes, and snippets.

@Ouroboros
Created June 15, 2018 09:03
Show Gist options
  • Save Ouroboros/73d7db8181d9092ae4fec856bbd304f3 to your computer and use it in GitHub Desktop.
Save Ouroboros/73d7db8181d9092ae4fec856bbd304f3 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source"
},
{
"characters": ":",
"selector": "source.rust"
},
{
"characters": "(",
"selector": "source.rust"
}
],
"caret_style": "phase",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"default_encoding": "UTF-8",
"draw_white_space": "all",
"fade_fold_buttons": false,
"fallback_encoding": "",
"font_face": "Fira Code Retina",
"font_options":
[
"directwrite"
],
"font_size": 12,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Block Cursor Everywhere",
"EncodingHelper",
"SideBarEnhancements",
"SublimeClang",
"Transparency",
"TypeScript",
"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": "Default.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