Skip to content

Instantly share code, notes, and snippets.

@ernestoalejo
Created January 22, 2015 20:51
Show Gist options
  • Save ernestoalejo/a1c9690458474aef21d3 to your computer and use it in GitHub Desktop.
Save ernestoalejo/a1c9690458474aef21d3 to your computer and use it in GitHub Desktop.
settings.json
{
"color_scheme": "Packages/User/MonokaiIDEA.tmTheme",
"draw_indent_guides": false,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.dblite",
"*.db-journal",
"gin-bin"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"node_modules",
".vagrant",
"obj",
"bin"
],
"font_face": "DejaVuSansMono",
"font_size": 10,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"phoenix_color_darkblue": true,
"remember_open_files": false,
"rulers":
[
80
],
"save_on_focus_lost": true,
"soda_classic_tabs": false,
"soda_folder_icons": false,
"spell_check": false,
"tab_size": 2,
"theme": "Soda Dark 3.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