Skip to content

Instantly share code, notes, and snippets.

@atmd83
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save atmd83/2b8ecfafde706fccf4c1 to your computer and use it in GitHub Desktop.

Select an option

Save atmd83/2b8ecfafde706fccf4c1 to your computer and use it in GitHub Desktop.
my sublime text 3 settings
{
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"fade_fold_buttons": false,
"font_face": "Source Code Pro",
"font_size": 11,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JavaScript",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 4,
"theme": "Spacegray Eighties.sublime-theme"
}
@atmd83
Copy link
Author

atmd83 commented Feb 18, 2015

Initial commit.
Will be adding to this in the coming weeks.

@atmd83
Copy link
Author

atmd83 commented Feb 24, 2015

added tab sizes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment