Skip to content

Instantly share code, notes, and snippets.

@danieldiekmeier
Created December 11, 2014 11:23
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 danieldiekmeier/ef9f105937e27a28fa0c to your computer and use it in GitHub Desktop.
Save danieldiekmeier/ef9f105937e27a28fa0c to your computer and use it in GitHub Desktop.
Sublime Test Settings 141211
{
"caret_style": "phase",
"color_scheme": "Packages/User/earthsong-light.tmTheme",
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.ctxt",
"*.class",
"bluej.*",
".DS_Store",
"*.pyc"
],
"folder_exclude_patterns":
[
".svn",
".git",
"CVS",
"venv",
"__pycache__",
"yii*",
".codekit-cache"
],
"font_face": "Source Code Pro Medium",
"font_size": 16.0,
"highlight_line": true,
"ignored_packages":
[
"MarkdownEditing",
"Vintage",
"Markdown"
],
"line_padding_bottom": 1,
"line_padding_top": 2,
"scroll_past_end": true,
"tab_size": 4,
"theme": "Spacegray Light.sublime-theme",
"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