Skip to content

Instantly share code, notes, and snippets.

@davidbgk
Created November 12, 2016 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidbgk/4c3a9d97ae37244e0971c746dfb11668 to your computer and use it in GitHub Desktop.
Save davidbgk/4c3a9d97ae37244e0971c746dfb11668 to your computer and use it in GitHub Desktop.
Current SublimeText preferences
{
"bold_folder_labels": true,
"show_tab_close_buttons": false,
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": true,
"show_definitions": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"auto_complete_commit_on_tab": true,
"translate_tabs_to_spaces": true,
"auto_complete_delay": 10,
"color_scheme": "Packages/User/SublimeLinter/Solarized (Light) (SL).tmTheme",
"theme": "Soda Light 3.sublime-theme",
"font_face": "Triplicate T4c",
"font_options": ["subpixel_antialias"],
"font_size": 18,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers": [72, 79],
"tab_size": 4,
"margin": 2,
"caret_extra_width": 2,
"line_padding_bottom": 1,
"indent_guide_options": ["draw_active"],
"file_exclude_patterns": [".DS_Store", "*.pyc"],
"folder_exclude_patterns": [".git", ".hg", "node_modules"],
"ignored_packages": ["BracketHighlighter", "Vintage"],
"binary_file_patterns": [
"node_modules/**",
"bower_components/**",
"udata/static/**",
"statics/**",
"media/**"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment