Skip to content

Instantly share code, notes, and snippets.

@AdamHjerpe
Last active December 25, 2015 15:39
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 AdamHjerpe/7000441 to your computer and use it in GitHub Desktop.
Save AdamHjerpe/7000441 to your computer and use it in GitHub Desktop.
Preferences Sublime Text 3
{
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"enable_tab_scrolling": true,
"font_face": "Inconsolata",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_active"
],
"index_exclude_patterns":
[
"*.log",
"/Users/adam/Sites/kollo/.sass-cache*",
"*.sass-cache*"
],
"sidebar_folders": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment