Skip to content

Instantly share code, notes, and snippets.

@stegiandy
Created October 7, 2013 16:36
Show Gist options
  • Save stegiandy/6870950 to your computer and use it in GitHub Desktop.
Save stegiandy/6870950 to your computer and use it in GitHub Desktop.
sublime settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment