Skip to content

Instantly share code, notes, and snippets.

@AmilKey
Created November 30, 2016 13:26
Show Gist options
  • Save AmilKey/8673456c2930990c64319d76e0f55ec5 to your computer and use it in GitHub Desktop.
Save AmilKey/8673456c2930990c64319d76e0f55ec5 to your computer and use it in GitHub Desktop.
sublime config
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"file_exclude_patterns":
[
".DS_Store",
"._*"
],
"folder_exclude_patterns":
[
".svn",
".git",
".sass-cache",
"node_modules",
"tmp",
"dist",
"bower_components"
],
"font_size": 17.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"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