Skip to content

Instantly share code, notes, and snippets.

@jehoshua02
Last active August 29, 2015 14:09
Show Gist options
  • Save jehoshua02/e3b17ece2e71f132bc8d to your computer and use it in GitHub Desktop.
Save jehoshua02/e3b17ece2e71f132bc8d to your computer and use it in GitHub Desktop.
My Sublime Config.
{
"binary_file_patterns": [
"bower_components/*",
"node_modules/*",
"build/*",
"dist/*"
],
"color_scheme": "Packages/User/Github.tmTheme",
"default_font_size": 12.0,
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"font_size": 12.0,
"ignored_packages": [ "Vintage" ],
"rulers": [ 80, 90, 100, 110, 120 ],
"highlight_line": true,
"scroll_past_end": true,
"show_full_path": "true",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment