Skip to content

Instantly share code, notes, and snippets.

@reecer
Created December 4, 2014 04:43
Show Gist options
  • Select an option

  • Save reecer/d9d87061aa6eab095aaf to your computer and use it in GitHub Desktop.

Select an option

Save reecer/d9d87061aa6eab095aaf to your computer and use it in GitHub Desktop.
Sublime text editor config
{
"theme": "Piatto Light.sublime-theme",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"font_size": 10,
"highlight_line": true,
"detect_indentation": false,
"hot_exit": false,
"remember_open_files": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment