Skip to content

Instantly share code, notes, and snippets.

@ngurajeka
Created August 2, 2016 04:07
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 ngurajeka/7b7668180180be551a9e26889e4713a1 to your computer and use it in GitHub Desktop.
Save ngurajeka/7b7668180180be551a9e26889e4713a1 to your computer and use it in GitHub Desktop.
Current Sublime Settings
{
"auto_complete": false,
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow-monokai.tmTheme",
"draw_white_space": "all",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".idea",
".phalcon",
".phpintel"
],
"font_face": "Roboto Mono",
"font_size": 15,
"line_padding_bottom": 2,
"line_padding_top": 2,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"rulers":
[
80
],
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment