🏠 HOME
OUR TOOLS
Sublime Text - the sophisticated text editor for code, markup and prose
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"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",
"*.sublime-workspace",
"*.map"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".cloud66",
"tmp",
"log",
"bin",
"node_modules",
"bower_components",
"dist",
"deps",
"_build",
"db/docker_volumes"
],
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"index_exclude_patterns":
[
"*.log"
],
"rulers":
[
120
],
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\\\()\\"'-:,.;<>~@#$%^&*|+=[]{}`~"
}
<aside> <img src="/icons/playback-previous_lightgray.svg" alt="/icons/playback-previous_lightgray.svg" width="40px" /> Text Editors
</aside>
<aside> <img src="/icons/playback-next_lightgray.svg" alt="/icons/playback-next_lightgray.svg" width="40px" /> RubyMine
</aside>