Skip to content

Instantly share code, notes, and snippets.

@jhauraw
Last active December 15, 2015 12:19
Show Gist options
  • Save jhauraw/5259200 to your computer and use it in GitHub Desktop.
Save jhauraw/5259200 to your computer and use it in GitHub Desktop.
My Sublime Text User Preferences file.
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"_site/",
"node_modules/",
"bower_components/"
],
"close_windows_when_empty": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"create_window_at_startup": false,
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": true,
"draw_indent_guides": false,
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"dist/"
],
"font_face": "Menlo",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"line_numbers": true,
"margin": 0,
"open_files_in_new_window": false,
"rulers":
[
0
],
"show_full_path": true,
"show_minimap": false,
"soda_classic_tabs": true,
"spell_check": false,
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment