Skip to content

Instantly share code, notes, and snippets.

@danreeves
Last active February 8, 2017 17:58
Show Gist options
  • Save danreeves/7133472 to your computer and use it in GitHub Desktop.
Save danreeves/7133472 to your computer and use it in GitHub Desktop.
My Sublime Text (3) preferences
{
"always_show_minimap_viewport": true,
"auto_complete_delay": 0,
"binary_file_patterns":
[
".git/*",
"converted-html/*"
],
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/One Dark (SL).tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": true,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_indent_guides": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".git",
"node_modules"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 14,
"open_files_in_new_window": false,
"paths":
{
"linux":
[
],
"osx":
[
"$NVM_BIN"
],
"windows":
[
]
},
"remember_open_files": false,
"rulers":
[
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"scroll_speed": 2,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment