Skip to content

Instantly share code, notes, and snippets.

@xRahul
Created February 2, 2020 07:59
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 xRahul/dc8fd4927858d2117d72f97afdf00864 to your computer and use it in GitHub Desktop.
Save xRahul/dc8fd4927858d2117d72f97afdf00864 to your computer and use it in GitHub Desktop.
Sublime Text 3 - SyncSettings
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"AdvancedNewFile",
"Alignment",
"All Autocomplete",
"AutoFileName",
"BracketHighlighter",
"Color Highlighter",
"Colorsublime",
"DocBlockr",
"Emmet",
"Focus File on Sidebar",
"Git",
"GitGutter",
"HTML-CSS-JS Prettify",
"HTML5",
"MarkdownPreview",
"Material Theme",
"Package Control",
"SideBarEnhancements",
"SublimeCodeIntel",
"SublimeLinter",
"Sync Settings",
"Web Inspector"
]
}
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Colorsublime - Themes/feel_good.tmTheme",
"default_line_ending": "unix",
"font_face": "Fira Code",
"font_size": 12,
"ignored_packages":
[
"ColorPicker",
"Markdown",
"tern_for_sublime",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": false,
"line_padding_bottom": 5,
"line_padding_top": 5,
"margin": 0,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"scroll_past_end": true,
"tab_completion": false,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment