Skip to content

Instantly share code, notes, and snippets.

@graciano
Last active February 13, 2017 17:35
Show Gist options
  • Save graciano/7186db74b9ee4d3f9213ead091b17b92 to your computer and use it in GitHub Desktop.
Save graciano/7186db74b9ee4d3f9213ead091b17b92 to your computer and use it in GitHub Desktop.
preferences for sublime text 2
{
"close_windows_when_empty": false,
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme",
"line_padding_top" : 5,
"line_padding_bottom" : 5,
"file_exclude_patterns":
[
"*.pyc",
"*.rpyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.out"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Makefile",
"Makefile Improved",
"Vintage"
],
"indent_to_bracket": true,
"rulers":
[
40,
80,
100,
120
],
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment