Skip to content

Instantly share code, notes, and snippets.

@jesus-sayar
Created October 21, 2015 08:13
Show Gist options
  • Save jesus-sayar/6f22e81290382367e3da to your computer and use it in GitHub Desktop.
Save jesus-sayar/6f22e81290382367e3da to your computer and use it in GitHub Desktop.
Sublime settings
{
"color_scheme": "Packages/User/SublimeLinter/Monokai Bright (SL).tmTheme",
"theme": "Spacegray.sublime-theme",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment