Skip to content

Instantly share code, notes, and snippets.

@hansspiess
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hansspiess/abd8341322fca15ab150 to your computer and use it in GitHub Desktop.
Save hansspiess/abd8341322fca15ab150 to your computer and use it in GitHub Desktop.
My current Sublime Text 3 User Settings
{
"enable_tab_scrolling": true,
"ignored_packages":
[
"Vintage"
],
// theming & colors
"color_scheme": "Packages/Base16 Color Schemes/base16-ocean.dark.tmTheme",
"spacegray_sidebar_font_normal": true,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_large": true,
"theme": "Spacegray.sublime-theme",
// fonts & ui
"font_size": 14,
"font_face": "Source Code Pro Light",
"line_padding_top": 2, // Additional spacing at the top of each line, in pixels
"line_padding_bottom": 2, // Additional spacing at the bottom of each line, in pixels
"indent_guide_options": ["draw_active"],
"bold_folder_labels": true,
"highlight_line": true,
// behaviour
"translate_tabs_to_spaces": true,
"file_exclude_patterns":
["*.pyc", "*.pyo",
"*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so",
"*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb",
".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace", "*.sublime-project"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment