Skip to content

Instantly share code, notes, and snippets.

@roulette6
Last active September 16, 2015 12:13
Show Gist options
  • Save roulette6/403d608f98bcbbc2e743 to your computer and use it in GitHub Desktop.
Save roulette6/403d608f98bcbbc2e743 to your computer and use it in GitHub Desktop.
Sublime Text 3 user preferences
{
"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"
}
@roulette6
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment