Skip to content

Instantly share code, notes, and snippets.

@jamesacklin
Last active December 22, 2015 02:58
Show Gist options
  • Save jamesacklin/6407019 to your computer and use it in GitHub Desktop.
Save jamesacklin/6407019 to your computer and use it in GitHub Desktop.
My Sublime Text 3 preferences
{
"auto_complete": true,
"auto_complete_delay": 50,
"auto_complete_selector": "source - comment",
"auto_complete_size_limit": 4194304,
"auto_complete_with_fields": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": true,
"drag_text": true,
"draw_indent_guides": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store",
"Desktop.ini",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"findreplace_small": true,
"folder_exclude_patterns":
[
".git",
"node_modules"
],
"font_face": "InputMonoCondensed-Light",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_subsequent_lines": true,
"line_padding_top": 5,
"line_padding_bottom": 5,
"match_brackets": true,
"match_brackets_angle": true,
"mini_map_border": true,
"remember_open_files": false,
"scroll_past_end": true,
"scroll_speed": 1.5,
"show_encoding": true,
"show_line_endings": true,
"sidebar_small": true,
"tab_size": 2,
"tabs_small": true,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment