Skip to content

Instantly share code, notes, and snippets.

@whalesalad
Created May 6, 2014 07:53
Show Gist options
  • Select an option

  • Save whalesalad/380f6c9a2c13a506aa2e to your computer and use it in GitHub Desktop.

Select an option

Save whalesalad/380f6c9a2c13a506aa2e to your computer and use it in GitHub Desktop.
sublime
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Made of Code.tmTheme",
"font_face": "Inconsolata",
"font_size": 16.0,
"gutter": true,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"scroll_past_end": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment