Skip to content

Instantly share code, notes, and snippets.

@javikalsan
Created August 18, 2014 18:41
Show Gist options
  • Save javikalsan/18e526f5292f59ec2f62 to your computer and use it in GitHub Desktop.
Save javikalsan/18e526f5292f59ec2f62 to your computer and use it in GitHub Desktop.
SublimeText Preferences
{
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"font_size": 12,
"translate_tabs_to_spaces": true,
"tab_size": 2,
"scroll_speed": 2.0,
"folder_exclude_patterns": [".svn", ".git", "._d", ".metadata", ".settings"],
"file_exclude_patterns": ["*.pyc", "*.pyo", ".project", "*.jpg", "*.png", "*.gif"],
"detect_indentation": true,
"detect_slow_plugins": false,
"word_wrap": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment