Skip to content

Instantly share code, notes, and snippets.

@Ozzah
Last active June 27, 2019 01:38
Show Gist options
  • Save Ozzah/679f03bcda4dcf37090a8660e5cb4b46 to your computer and use it in GitHub Desktop.
Save Ozzah/679f03bcda4dcf37090a8660e5cb4b46 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Packages and Settings
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"AdvancedNewFile",
"BracketHighlighter",
"ColorPicker",
"Compare Side-By-Side",
"GitGutter",
"Hide Menu",
"LaTeXTools",
"MarkdownPreview",
"Material Theme",
"Material Theme - Appbar",
"Package Control",
"PowerShell",
"RichTextFormat",
"SideBarEnhancements",
"Terminal",
"TrailingSpaces",
"TypeScript",
"WordHighlight"
]
}
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.gif",
"*.ico",
"*.jar",
"*.jpg",
"*.jpeg",
"*.pdf",
"*.zip",
"*.DS_Store"
],
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"detect_indentation": true,
"dictionary": "Packages/English (Australian).dic",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pdf",
"*.sublime-project",
"*.sublime-workspace",
"*.zip",
"*.DS_Store"
],
"folder_exclude_patterns":
[
".git",
".hg",
".svn"
],
"font_face": "Fira Code Medium",
"font_options":
[
"subpixel_antialias"
],
"font_size": 8,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets_angle": true,
"material_theme_accent_orange": true,
"material_theme_accent_scrollbars": true,
"material_theme_accent_titlebar": true,
"material_theme_appbar_charcoal": true,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_titlebar": true,
"material_theme_tree_headings": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
100,
150
],
"show_encoding": true,
"show_tab_close_buttons": false,
"spell_check": "true",
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment