Skip to content

Instantly share code, notes, and snippets.

@mkalygin
Last active August 29, 2015 14:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mkalygin/4131e2d9570f682cc051 to your computer and use it in GitHub Desktop.
Sublime Text User Preferences
{
"always_show_minimap_viewport": true,
"auto_match_enabled": false,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/Solarized-ocean (SL).tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Anonymous Pro",
"font_size": 16,
"highlight_line": true,
"ignored_packages": [ "Vintage", "Git" ],
"line_padding_bottom": 5,
"line_padding_top": 5,
"rulers": [100],
"show_encoding": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment