Skip to content

Instantly share code, notes, and snippets.

@panoply
Created June 28, 2016 21:57
Show Gist options
  • Save panoply/021cc38ce3ad91245bb652e9ddad6d58 to your computer and use it in GitHub Desktop.
Save panoply/021cc38ce3ad91245bb652e9ddad6d58 to your computer and use it in GitHub Desktop.
Sublime 3 settings as of 2016 and using dark code backdrop.
{
"binary_file_patterns":
[
"generated/*",
"*.tbz2",
"*.gzip",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Monokai Soda (SL).tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"enable_tab_scrolling": true,
"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"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
"node_modules",
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Courier New",
"font_options": "subpixel_antialias",
"font_size": 19.2,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": -1,
"overlay_scroll_bars": "enabled",
"rulers":
[
115
],
"spell_check": false,
"tab_completion": true,
"tab_size": 2,
"theme": "SoDaReloaded Dark.sublime-theme",
"translateTabsToSpaces": true,
"translate_tabs_to_spaces": true,
"useTabStops": true,
"word_wrap": true,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment