Skip to content

Instantly share code, notes, and snippets.

@shayhurley
Last active June 8, 2019 21:53
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 shayhurley/3425058 to your computer and use it in GitHub Desktop.
Save shayhurley/3425058 to your computer and use it in GitHub Desktop.
[Sublime Text 3 Config] - Updated 08/06/2019 #sublimetext
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store",
".gitignore",
".travis.yml",
".tags",
".tags_sorted_by_file",
"*.sublime-*"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".sass-cache",
".idea"
],
"font_face": "Source Code Pro for Powerline",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"save_on_focus_lost": false,
"scroll_past_end": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"spacegray_fileicons": true,
"theme": "ayu-mirage.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
@srikat
Copy link

srikat commented Aug 26, 2012

"find_selected_text": true

That is new to me. Added it to my config.

@shayhurley
Copy link
Author

Added new settings from latest build of ST3 (17/12/2013):

"show_encoding": "true",
"show_line_endings": "true"

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