Skip to content

Instantly share code, notes, and snippets.

@ilbonzo
Created October 1, 2015 14:01
Show Gist options
  • Save ilbonzo/f92847c4140c2930e8c7 to your computer and use it in GitHub Desktop.
Save ilbonzo/f92847c4140c2930e8c7 to your computer and use it in GitHub Desktop.
sublime
{
"Seti_no_bar_undertabs": true,
"Seti_tabs_small": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"detect_indentation": true,
"detect_slow_plugins": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.min.js",
"*.orig",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.scssc"
],
"font_face": "Monaco",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Markdown"
],
"scroll_past_end": false,
"show_encoding": true,
"show_panel_on_build": true,
"show_tab_close_buttons": false,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Seti.sublime-theme",
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment