Skip to content

Instantly share code, notes, and snippets.

@dliggat
Created May 30, 2014 15:39
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 dliggat/7fa373cc25422966c17f to your computer and use it in GitHub Desktop.
Save dliggat/7fa373cc25422966c17f to your computer and use it in GitHub Desktop.
Sublime settings
{
"auto_complete_commit_on_tab": true,
"auto_match_enabled": false,
"binary_file_patterns":
[
"*.doc",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.scssc"
],
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"font_face": "Monaco",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
],
"overlay_scroll_bars": "enabled",
"remember_open_files": false,
"rulers":
[
100
],
"soda_classic_tabs": true,
"tab_completion": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment