Skip to content

Instantly share code, notes, and snippets.

@bilalqtech
Created September 15, 2017 04:45
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 bilalqtech/2471fe03369c214dd07652c7a294c279 to your computer and use it in GitHub Desktop.
Save bilalqtech/2471fe03369c214dd07652c7a294c279 to your computer and use it in GitHub Desktop.
Current Sublime Text Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"folder_exclude_patterns":
[
".git",
"node_modules",
".vscode"
],
"font_face": "Source Code Pro",
"font_size": 18,
"highlight_line": true,
"highlight_modified_tabs": true,
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_cyan": true,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment