Skip to content

Instantly share code, notes, and snippets.

@zchee
Created July 22, 2014 18:08
Show Gist options
  • Save zchee/8e7602c75bf6fab536c8 to your computer and use it in GitHub Desktop.
Save zchee/8e7602c75bf6fab536c8 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences
{
"color_scheme": "Packages/User/Flatland Dark (SL).tmTheme",
"flatland_sidebar_tree_xlarge": true,
"flatland_square_tabs": true,
"font_face": "Kibitaki",
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"word_wrap": false,
"translate_tabs_to_spaces": true,
"ensure_newline_at_eof_on_save": true,
"default_encoding": "UTF-8",
"auto_complete_commit_on_tab": true,
"scroll_speed": 1.0,
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace", "*.sublime-project"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment