Last active
May 24, 2017 16:14
-
-
Save brainsik/7762563 to your computer and use it in GitHub Desktop.
SublimeText 3 Preferences
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Packages i have installed: Anaconda, Git, Gist, GitGutter