Skip to content

Instantly share code, notes, and snippets.

@thegilby
Created September 21, 2015 21:03
Show Gist options
  • Save thegilby/d82b333f8afbee8abfd1 to your computer and use it in GitHub Desktop.
Save thegilby/d82b333f8afbee8abfd1 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Settings
{
"bold_folder_labels": false,
"color_scheme": "Packages/Future Funk - Color Scheme/Future Funk (Blue Monday).tmTheme",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"fade_fold_buttons": false,
"file_exclude_patterns": [
"*.DS_Store",
".vlt",
"clientlibs/*.css"
],
"folder_exclude_patterns": [
".git",
"log",
"tmp",
"*.dir"
],
"font_face": "Source Code Pro",
"font_options": "subpixel_antialias",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"scroll_past_end": true,
"show_encoding": true,
"spacefunk_sidebar_light": false,
"tab_size": 2,
"theme": "Spacefunk (Blue Monday).sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment