Skip to content

Instantly share code, notes, and snippets.

@heyMP
Last active August 29, 2015 14:00
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 heyMP/f5c1230dc7e37225a578 to your computer and use it in GitHub Desktop.
Save heyMP/f5c1230dc7e37225a578 to your computer and use it in GitHub Desktop.
Sublime Text 2 preferences file.
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.scssc"
],
"bold_folder_labels": true,
"caret_style": "wide",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
{
"command": "join_lines",
"keys":
[
"super+j"
]
},
"DocBlockr",
"AdvancedNewFile",
"SASS Snippets",
"Auto Semi-Colon",
"BracketHighlighter",
"Goto Drupal API",
"DrupalContribSearch",
"Theme - Soda",
"jQuery",
"Markdown Preview",
"MarkdownEditing",
"Sublime Finder",
"Terminal",
"PhpBeautifier",
"SublimeLinter",
"Drupal",
"PhpSpec Snippets",
"Sass",
"Theme - Spacegray",
"GitStatus",
"Gist",
"Compass",
"ColorPick",
"LoremPixel",
"GitGutter"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"line_padding_bottom": 1,
"open_files_in_new_window": false,
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
@btopro
Copy link

btopro commented May 1, 2014

I think you should add this file to agist somewhere:
Package Control.sublime-settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment