Skip to content

Instantly share code, notes, and snippets.

@anttti
Created January 28, 2015 12:26
Show Gist options
  • Select an option

  • Save anttti/551f75d974c2521a09c2 to your computer and use it in GitHub Desktop.

Select an option

Save anttti/551f75d974c2521a09c2 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"atomic_save": false,
"bold_folder_labels": true,
"color_scheme": "Packages/User/Bittersweet (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.map",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.pdf",
"*.class",
"*.log",
"*.jar",
"*.ico",
"*.lnk",
"*.xls",
"*.ps",
"*.dvi",
"*.lof",
"*.lot",
"*.lyx",
"*.gz",
"*.aux",
"*.bbl",
"*.bst",
"*.rtf",
"*.doc",
"*.docx",
"*.ppt",
"*.mo",
"*.scssc",
"*.sassc"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Monaco",
"font_options":
[
"no_italic"
],
"font_size": 15.0,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"new_window_settings":
{
"show_minimap": false,
"show_tabs": true,
"side_bar_visible": true,
"status_bar_visible": true
},
"remember_open_files": true,
"rulers":
[
100
],
"scroll_past_end": true,
"scroll_speed": 1.0,
"show_encoding": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": false,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment