Skip to content

Instantly share code, notes, and snippets.

@jaakkolehtonen
Created October 30, 2017 21:33
Show Gist options
  • Save jaakkolehtonen/0ec132d32c398a4edb7c9361390a93cc to your computer and use it in GitHub Desktop.
Save jaakkolehtonen/0ec132d32c398a4edb7c9361390a93cc to your computer and use it in GitHub Desktop.
Example Sublime Text User Settings
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"node_modules",
"vendor"
],
"bold_folder_labels": true,
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
"fade_fold_buttons": false,
"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"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".tscache",
".idea"
],
"font_face": "Source Code Pro",
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 0,
"rulers":
[
64,
80
],
"theme": "ayu-dark.sublime-theme",
"ui_big_tabs": true,
"ui_fix_tab_labels": true,
"ui_font_default": true,
"ui_font_size_small": false,
"ui_native_titlebar": true,
"ui_separator": true,
"ui_wide_scrollbars": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment