Skip to content

Instantly share code, notes, and snippets.

@alexdean
Created March 3, 2015 20:23
Show Gist options
  • Save alexdean/d6d9df392e23d69bea9f to your computer and use it in GitHub Desktop.
Save alexdean/d6d9df392e23d69bea9f to your computer and use it in GitHub Desktop.
sublime config
{
"auto_match_enabled": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"coverage",
"spec/reports"
],
"font_face": "Anonymous Pro",
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"show_encoding": true,
"show_line_endings": 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