Skip to content

Instantly share code, notes, and snippets.

@macosxguru
Last active August 30, 2020 08:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macosxguru/f7c951ab834b462f0f9c to your computer and use it in GitHub Desktop.
Save macosxguru/f7c951ab834b462f0f9c to your computer and use it in GitHub Desktop.
2015-09-28 Default preferences of SublimeText3
{
"added_words":
[
"ipadpedia",
"blog",
"workflow",
"Facebook",
"hoodie",
"github",
"macosxguru",
"gmail",
"thingie",
"Deselect",
"Mamoni",
"Solarized",
"Obama",
"Pastebot",
"Dropbox",
"overthinking",
"wasn’t",
"didn’t",
"couldn’t",
"hadn’t",
"wouldn’t",
"aren’t",
"isn’t",
"weren’t",
"amongst",
"doesn’t",
"shouldn’t",
"hasn’t",
"monospace"
],
"auto_match_enabled": true,
"binary_file_patterns":
[
"Public/"
],
"blacklist_syntaxes":
[
"Markdown"
],
"bold_folder_labels": true,
"caret_extra_bottom": 5,
"caret_extra_top": 5,
"caret_extra_width": 1,
"caret_style": "wide",
"color_inactive_tabs": true,
"color_scheme": "Packages/User/Color Highlighter/themes/ayu-light.tmTheme",
"draw_centered": true,
"draw_white_space": "none",
"edge_sidebar_font_small": true,
"edge_use_sidebar_folder_icons": true,
"enable_live_count": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.pdf",
"*.dropbox",
"*.nottingham",
"*.ark",
"*.reportark",
"*.png",
"*.gif",
"*.jpg",
"*.exe",
"*.dll",
"*.obj",
"*.swf",
"*.dbf",
"*.lib",
"*.cdx",
"*.cfr",
".UlyssesRoot",
"*.ico",
"*.lnk",
"*.bak",
"*.sig",
"*.xls",
"*.doc",
"*.docx",
"*.xlsx",
"*.xps",
".DS_Store",
"*.class",
"*.psd",
".Ulysses-Group.plist",
".zedstate",
".EagleFiler Metadata.plist",
"*.db"
],
"font_face": "iA Writer Mono S",
"font_size": 16,
"highlight_line": false,
"highlight_modified_tabs": "enabled",
"ignored_packages":
[
"2pdf",
"ActionScript",
"ASP",
"Batch File",
"C#",
"C++",
"Clojure",
"CSS3",
"D",
"Erlang",
"Go",
"Graphviz",
"Groovy",
"Haskell",
"HTML5",
"Java",
"Lisp",
"Markdown",
"Matlab",
"Objective-C",
"OCaml",
"Pascal",
"R",
"Scala",
"SublimeCodeIntel",
"TCL",
"Text Pastry",
"Textile",
"Vintage",
],
"ignored_words":
[
"Das",
"Devonthink",
"Slugline",
"Typora",
"app",
"backend",
"brainer",
"fn",
"freeform",
"screenshots",
"solarized",
"spellcheck"
],
"keymaps":
{
"show_pretty_keys": true,
},
"line_numbers": true,
"line_padding_bottom": 6,
"line_padding_top": 6,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"mini_diff": "false",
"open_with":
[
{
"command":
[
"open",
"-a",
"BBEdit",
"{filename}"
],
"name": "BBEdit",
},
{
"command":
[
"open",
"-a",
"CotEditor",
"{filename}"
],
"name": "CotEditor",
},
{
"command":
[
"open",
"-a",
"Highland 2",
"{filename}"
],
"name": "Highland 2",
},
{
"command":
[
"open",
"-a",
"iA Writer",
"{filename}"
],
"name": "iA Writer",
},
{
"command":
[
"open",
"-a",
"MultiMarkdown Composer",
"{filename}"
],
"name": "MultiMarkdown Composer",
},
{
"command":
[
"open",
"-a",
"Typora",
"{filename}"
],
"name": "Typora",
}
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_git_status": "false",
"show_line_endings": true,
"spell_check": true,
"theme": "ayu-light.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"ui_font_size_small": "true",
"ui_native_titlebar": true,
"ui_separator": "true",
"ui_wide_scrollbars": true,
"word_wrap": true,
"wrap_width": 90,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment