Skip to content

Instantly share code, notes, and snippets.

@anonymelon
Last active August 29, 2015 14:18
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"command": "goto_definition",
"translate_tabs_to_spaces": true,
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": true,
"fallback_encoding": "UTF-8",
"default_line_ending": "unix",
"shift_tab_unindent": true,
"font_size": 13,
"http_proxy": "http://localhost:8118",
"https_proxy": "http://localhost:8118",
"ignored_packages":
[
"Markdown",
"JavaScriptNext - ES6 Syntax",
"Sass",
"Emmet",
"Vintage",
"Jade"
],
"index_exclude_patterns":
[
"/Users/Jeremy/workspace/dm/Falcon/.idea*",
"/Users/Jeremy/workspace/dm/DM/coverage*",
"/Users/Jeremy/workspace/dm/Tango/.idea*",
"/Users/Jeremy/workspace/dm/DM/.idea*",
"*.log"
],
"keys":
[
"alt+d"
],
"tab_size": 2,
"word_wrap": "auto",
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"rulers": [80],
"draw_white_space": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment