Last active
September 16, 2015 12:13
-
-
Save roulette6/403d608f98bcbbc2e743 to your computer and use it in GitHub Desktop.
Sublime Text 3 user preferences
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": true, | |
"caret_extra_bottom": 2, | |
"caret_extra_top": 2, | |
"caret_extra_width": 2, | |
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme", | |
"default_line_ending": "unix", | |
"flatland_sidebar_tree_medium": true, | |
"font_size": 16, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Markdown", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 4, | |
"line_padding_top": 4, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"overlay_scroll_bars": "enabled", | |
"scroll_past_end": true, | |
"tab_size": 4, | |
"theme": "Flatland Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"wide_caret": true, | |
"word_wrap": "auto" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are my user preferences for Sublime Text 3 on iMac. The font face and font size ought to change depending on platform and screen size. Also note that the theme and color scheme may not exist in your system.