Skip to content

Instantly share code, notes, and snippets.

@davidvanleeuwen
Last active September 11, 2015 08:41
Show Gist options
  • Save davidvanleeuwen/83c817dd427a0d6bb7f2 to your computer and use it in GitHub Desktop.
Save davidvanleeuwen/83c817dd427a0d6bb7f2 to your computer and use it in GitHub Desktop.
Sublime settings
{
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "smooth",
"close_windows_when_empty": false,
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"file_exclude_patterns":
[
"smart.lock",
".DS_Store",
".bowerrc",
".gitignore",
"Gemfile.lock",
".editorconfig",
"Gemfile",
"dump.rdb",
"*.log"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp",
"S3.app",
"node_modules",
"bower_components",
"packages",
"build",
"dist"
],
"font_face": "Hack",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"CoffeeCompile",
"JS2Coffee",
"WakaTime"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"preview_on_click": false,
"scroll_past_end": true,
"show_full_path": false,
"show_minimap": false,
"sidebar_large": true,
"soda_classic_tabs": false,
"soda_folder_icons": true,
"spell_check": false,
"tab_size": 2,
"tabs_medium": true,
"theme": "Broceanic.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment