Skip to content

Instantly share code, notes, and snippets.

@kyled
Last active December 10, 2015 21:58
Show Gist options
  • Save kyled/4498382 to your computer and use it in GitHub Desktop.
Save kyled/4498382 to your computer and use it in GitHub Desktop.
Preferences for Sublime Text 3
{
"bold_folder_labels": true,
"caret_style": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"create_window_at_startup": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Inconsolata",
"font_size": 19.0,
"highlight_active_indent_guide": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_subsequent_lines": false,
"preview_on_click": false,
"scroll_past_end": true,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"trim_trailing_white_space_on_save": 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