Skip to content

Instantly share code, notes, and snippets.

@felixangell
Created July 19, 2015 16:01
Show Gist options
  • Save felixangell/5a4fc04fcdb50f7cc182 to your computer and use it in GitHub Desktop.
Save felixangell/5a4fc04fcdb50f7cc182 to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"color_scheme": "Packages/Colorsublime - Themes/Solarized-ocean.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.aly.test",
"*.DS_Store",
"*.o",
"cmake_install.cmake",
"CMakeCache.txt",
],
"folder_exclude_patterns":
[
"*.dSYM",
".git",
".hg",
".svn",
"CMakeFiles",
"CMake",
"bin",
],
"font_face": "inconsolata",
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"Makefile",
"Vintage"
],
"revert_font_size": 16,
"rulers":
[
120,
70
],
"scroll_past_end": true,
"theme": "Spacegray Light.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment