Skip to content

Instantly share code, notes, and snippets.

@fatih
Created February 19, 2013 07:47
Show Gist options
  • Select an option

  • Save fatih/4983847 to your computer and use it in GitHub Desktop.

Select an option

Save fatih/4983847 to your computer and use it in GitHub Desktop.
Sublime settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".build"
],
"font_face": "Source Code Pro",
"font_size": 13,
"ignored_packages":
[
""
],
"rulers":
[
80
],
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment