Skip to content

Instantly share code, notes, and snippets.

@nucknorris
Last active August 29, 2015 13:55
Show Gist options
  • Save nucknorris/8705933 to your computer and use it in GitHub Desktop.
Save nucknorris/8705933 to your computer and use it in GitHub Desktop.
SublimeText3 Config
{
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"font_face": "Fira Mono",
"font_size": 11,
"ignored_packages":
[
"Makefile",
"Vintageous",
"Vintage",
"ASP"
],
"theme": "Spacegray Eighties.sublime-theme"
}
{
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/User/base16-eighties.dark (SL).tmTheme",
"font_face": "Source Code Pro",
"font_size": 12,
"ignored_packages":
[
"CodeFormatter",
"Vintage"
],
"scroll_past_end": true,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Spacegray Eighties.sublime-theme",
"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