Skip to content

Instantly share code, notes, and snippets.

@hkraji
Created September 30, 2013 11:22
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 hkraji/6762413 to your computer and use it in GitHub Desktop.
Save hkraji/6762413 to your computer and use it in GitHub Desktop.
Sublime Text 2 configuration
## User configuration
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"font_face": "DejaVu Sans Mono",
"font_size": 10.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment