Skip to content

Instantly share code, notes, and snippets.

@mauricius
Last active December 4, 2018 09:48
Show Gist options
  • Save mauricius/e3ec4092596eb4bb87474a95ffd7183a to your computer and use it in GitHub Desktop.
Save mauricius/e3ec4092596eb4bb87474a95ffd7183a to your computer and use it in GitHub Desktop.
SublimeText 3 Preferences
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_white_space": "all",
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"copy_with_empty_selection": false,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment