Skip to content

Instantly share code, notes, and snippets.

@Ppang0405
Created April 20, 2019 06:55
Show Gist options
  • Save Ppang0405/3b68260061e020b9d69879007376a7dd to your computer and use it in GitHub Desktop.
Save Ppang0405/3b68260061e020b9d69879007376a7dd to your computer and use it in GitHub Desktop.
set up sublime
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"detect_indentation": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_face": "Source Code Pro",
"font_size": 9,
"ignored_packages":
[
"10% Too Dull for My Tastes Color Scheme",
"Djaneiro",
"JavaScript Enhancements",
"jQuery",
"Monokai JSON+",
"Rust",
"Theme - Afterglow",
"Theme - Monokai Pro",
"Vintage",
"Vuejs Complete Package"
],
"show_definitions": false,
"status_bar_brighter": true,
"tab_size": 4,
"tabs_padding_small": true,
"tabs_small": true,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment