Skip to content

Instantly share code, notes, and snippets.

@yuraloginoff
Last active September 22, 2016 12:52
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 yuraloginoff/7601329 to your computer and use it in GitHub Desktop.
Save yuraloginoff/7601329 to your computer and use it in GitHub Desktop.
Sublime 2 User Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/Color Highlighter/themes/slime.tmTheme",
"debug": true,
"fade_fold_buttons": false,
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"reveal-on-activate": true,
"scroll_past_end": true,
"show_full_path": true,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"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