Skip to content

Instantly share code, notes, and snippets.

@rictorres
Created July 14, 2016 09:27
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 rictorres/946e2397530a64b232237292462ef029 to your computer and use it in GitHub Desktop.
Save rictorres/946e2397530a64b232237292462ef029 to your computer and use it in GitHub Desktop.
My Sublime Text Preferences
{
"always_show_minimap_viewport": true,
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"file_exclude_patterns":
[
".DS_Store",
"Desktop.ini",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"folder_exclude_patterns":
[
".git"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_files": false,
"match_brackets": true,
"match_brackets_angle": true,
"rulers":
[
80,
100
],
"scroll_past_end": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment