Skip to content

Instantly share code, notes, and snippets.

@victor-codestuffs
Last active December 10, 2015 06:20
Show Gist options
  • Save victor-codestuffs/f2b6eca9202f15926596 to your computer and use it in GitHub Desktop.
Save victor-codestuffs/f2b6eca9202f15926596 to your computer and use it in GitHub Desktop.
ST3 settings
{
"AdvancedNewFile":
{
"default_root": "current"
},
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"file_exclude_patterns":
[
".DS_Store",
".jekyll-metadata"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
".tmp",
"bower_components",
"node_modules",
".jekyll-assets-cache",
"jspm_packages",
"tmp"
],
"font_face": "Consolas",
"font_size": 17,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"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