Skip to content

Instantly share code, notes, and snippets.

@tbjers
Created July 7, 2013 17:26
Show Gist options
  • Save tbjers/5944210 to your computer and use it in GitHub Desktop.
Save tbjers/5944210 to your computer and use it in GitHub Desktop.
Sublime Text user configuration
{
"font_size": 13,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": false,
"word_wrap": false,
"highlight_line": true,
"caret_style": "phase",
"match_brackets_angle": true,
"default_line_ending": "unix",
"shift_tab_unindent": true,
"tree_animation_enabled": false,
"bold_folder_labels": true,
"highlight_modified_tabs": true,
"create_window_at_startup": false,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment