Skip to content

Instantly share code, notes, and snippets.

@fedesoria
Created December 12, 2013 20:30
Show Gist options
  • Save fedesoria/7934894 to your computer and use it in GitHub Desktop.
Save fedesoria/7934894 to your computer and use it in GitHub Desktop.
Sublime Text - Preferences User
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.tmTheme.cache",
"*.tmPreferences.cache",
"*.tmLanguage.cache",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
".keep",
"*.csv",
"*.pack",
"*.db"
],
"folder_exclude_patterns":
[
"tmp",
"log"
],
"font_size": 15.0,
"git_gutter_live_mode": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Theme - Phoenix",
"RubyFormat",
"RubyEval",
"Terminal",
"File History",
"Theme - Soda",
"Tomorrow Color Schemes",
"Auto Encoding for Ruby",
"SCSS",
"Vintage",
"Theme - Cobalt2",
"Highlight Whitespaces",
"SideBarGit"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
120
],
"save_on_focus_lost": false,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment