Skip to content

Instantly share code, notes, and snippets.

@chytreg
Created April 2, 2014 08:37
Show Gist options
  • Save chytreg/9930256 to your computer and use it in GitHub Desktop.
Save chytreg/9930256 to your computer and use it in GitHub Desktop.
Sublime-Settings.json
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"dictionary": "Packages/Language - English/en_US.dic",
"ensure_newline_at_eof_on_save": true,
"font_face": "Monaco",
"font_size": 12.0,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"tab_size": 2,
"theme": "Nexus.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment