Created
February 4, 2015 06:19
-
-
Save miyagui/8c86dde8345a9f8324ca to your computer and use it in GitHub Desktop.
sublime text 3 prefs
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
{ | |
"bold_folder_labels": false, | |
"caret_extra_width": 2, | |
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme", | |
"detect_slow_plugins": false, | |
"enable_tab_scrolling": false, | |
"fade_fold_buttons": false, | |
"file_selected_text": true, | |
"flatland_sidebar_tree_xsmall": false, | |
"flatland_square_tabs": true, | |
"font_face": "SourceCodePro-Regular", | |
"font_size": 15.0, | |
"highlight_line": false, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"open_files_in_new_window": false, | |
"show_minimap": false, | |
"tab_size": 2, | |
"tabs_small": true, | |
"theme": "Spacegray Eighties.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