Skip to content

Instantly share code, notes, and snippets.

@jeffersonmartin
Created September 18, 2019 13:05
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 jeffersonmartin/acd7a9c868aac361937c79131a148595 to your computer and use it in GitHub Desktop.
Save jeffersonmartin/acd7a9c868aac361937c79131a148595 to your computer and use it in GitHub Desktop.
Jeff's Sublime Text Editor Preferences
{
"allow_git_home_dir": true,
"auto_complete": false,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"fade_fold_buttons": false,
"font_face": "Operator Mono Light",
"font_options":
[
"subpixel_antialias"
],
"font_size": 16,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"line_numbers": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"remember_full_screen": true,
"rulers":
[
80,
120
],
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": false,
"sidebar_default": true,
"theme": "One Dark.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