Skip to content

Instantly share code, notes, and snippets.

@ermand
Created October 15, 2014 21:49
Show Gist options
  • Save ermand/9ebd06a7724cc35251ba to your computer and use it in GitHub Desktop.
Save ermand/9ebd06a7724cc35251ba to your computer and use it in GitHub Desktop.
Sublime Text 3 User Settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/base16-eighties.dark (SL).tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"folder_exclude_patterns":
[
".svn",
".idea",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_face": "Consolas",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage",
"Predawn"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"rulers":
[
72,
79
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_tab_close_buttons": true,
"tab_completion": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"theme": "Soda Dark 3.sublime-theme",
"soda_classic_tabs": true,
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment