Skip to content

Instantly share code, notes, and snippets.

@mitchthorson
Last active November 28, 2015 01:21
Show Gist options
  • Save mitchthorson/83d0c26e43295b041409 to your computer and use it in GitHub Desktop.
Save mitchthorson/83d0c26e43295b041409 to your computer and use it in GitHub Desktop.
My Sublime Text Preference File
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"detect_indentation": true,
"fade_fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
".bundle",
".sass-cache"
],
"font_face": "InputSansNarrow-Light",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Theme - Afterglow",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_open_files": false,
"soda_classic_tabs": false,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment