Skip to content

Instantly share code, notes, and snippets.

@dmgarland
Created September 30, 2013 11:02
Show Gist options
  • Select an option

  • Save dmgarland/6762238 to your computer and use it in GitHub Desktop.

Select an option

Save dmgarland/6762238 to your computer and use it in GitHub Desktop.
My sublime settings
{
"auto_complete": false,
"color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme",
"font_size": 12,
"hot_exit": false,
"ignored_packages":
[
"Floobits",
"Vintage"
],
"remember_open_files": false,
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment