Skip to content

Instantly share code, notes, and snippets.

@klan
Last active March 4, 2016 11:52
Show Gist options
  • Save klan/5691258 to your computer and use it in GitHub Desktop.
Save klan/5691258 to your computer and use it in GitHub Desktop.
Sublime Text 2 - User Settings
Sublime Text 2 user settings
{
"auto_complete": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Flatland Dark/Flatland Dark.tmTheme",
"draw_indent_guides": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"._.DS_Store",
"*.class",
"*.psd",
"*.db",
"._*",
".fuse_hidden*"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Source Code Pro Bold",
"font_size": 16.0,
"font_options" :
[
"gray_antialias"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SFTP"
],
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"open_files_in_new_window": false,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment