Skip to content

Instantly share code, notes, and snippets.

@joshmfrankel
Last active December 7, 2019 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshmfrankel/b0853e3d981d3bff6402 to your computer and use it in GitHub Desktop.
Save joshmfrankel/b0853e3d981d3bff6402 to your computer and use it in GitHub Desktop.
Sublime Text: User Preferences
{
"auto_complete_commit_trigger_characters":
[
"Enter",
"Tab"
],
"color_scheme": "Packages/User/SublimeLinter/Dark-Dracula (SL).tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".hg",
"CVS",
".sass-cache",
"older"
],
"font_face": "Source Code Pro",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80,
120
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Centurion.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