Skip to content

Instantly share code, notes, and snippets.

@johnvilsack
Created January 31, 2014 17:28
Show Gist options
  • Save johnvilsack/8737603 to your computer and use it in GitHub Desktop.
Save johnvilsack/8737603 to your computer and use it in GitHub Desktop.
ST3_PREFERENCES
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"find_selected_text": true,
"font_face": "Source Code Pro for Powerline",
"font_size": 19,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"line_padding_bottom": 0,
"line_padding_top": 0,
"open_files_in_new_window": false,
"rulers":
[
120
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": false,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": false,
"wrap_width": 120,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "_sock", ".TemporaryItems"],
"file_exclude_patterns": ["*.gitignore", "*.sock", "*.sublime-project", "*.sublime.workspace", "*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace", "*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment