Skip to content

Instantly share code, notes, and snippets.

@brainsik
Last active May 24, 2017 16:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainsik/7762563 to your computer and use it in GitHub Desktop.
Save brainsik/7762563 to your computer and use it in GitHub Desktop.
SublimeText 3 Preferences
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_style": "solid",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"create_window_at_startup": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"folder_exclude_patterns":
[
".git",
".vagrant"
],
"font_face": "Inconsolata-dz",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_full_screen": true,
"rulers":
[
80
],
"show_encoding": true,
"show_line_endings": true,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
@brainsik
Copy link
Author

brainsik commented Dec 3, 2013

Packages i have installed: Anaconda, Git, Gist, GitGutter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment