Last active
September 1, 2017 18:12
-
-
Save choyan/b2a638aba88e24913d5f to your computer and use it in GitHub Desktop.
Sublime Text 3 user preference
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
Show hidden characters
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme", | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".sass-cache", | |
".tmp" | |
], | |
"font_face": "Fantasque Sans Mono", | |
"font_options": | |
[ | |
"no_round" | |
], | |
"font_size": 14, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": [ "draw_normal", "draw_active" ], // Highlight active indent | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"match_brackets_content": false, | |
"match_selection": false, | |
"match_tags": false, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"preview_on_click": false, | |
"reveal-on-activate": true, | |
"rulers": | |
[ | |
90 | |
], | |
"scroll_past_end": true, | |
"scroll_speed": 5.0, | |
"show_full_path": false, | |
"tabs_small": true, | |
"theme": "Material-Theme-Darker.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"update_check": false, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment