Last active
February 10, 2017 06:05
-
-
Save armiller/e765aae445b47517c67b to your computer and use it in GitHub Desktop.
Sublime text 3
This file contains hidden or 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
{ | |
"auto_complete_commit_on_tab": true, | |
"bold_folder_labels": true, | |
"caret_style": "solid", | |
"color_scheme": "Packages/Solarized Color Scheme/Solarized (light).tmTheme", | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Inconsolata", | |
"font_size": 14.0, | |
"highlight_line": false, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
], | |
"ignored_words": | |
[ | |
"secnumdepth" | |
], | |
"inverse_caret_state": true, | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"rulers": | |
[ | |
80 | |
], | |
"scroll_speed": 0, | |
"theme": "Boxy Solarized Light.sublime-theme", | |
"theme_sidebar_folder_materialized": true, | |
"theme_tab_selected_transparent": true, | |
"theme_tab_selected_underlined": true, | |
"theme_tab_separator": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintage_start_in_command_mode": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment