Skip to content

Instantly share code, notes, and snippets.

@gnarmis
Created April 5, 2017 21:37
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 gnarmis/ffc9309ca39f110b58e2d1cfdb7cb85c to your computer and use it in GitHub Desktop.
Save gnarmis/ffc9309ca39f110b58e2d1cfdb7cb85c to your computer and use it in GitHub Desktop.
my sublime text user settings
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": true,
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"theme": "Material-Theme-Darker.sublime-theme",
"use_tab_stops": false,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment