Skip to content

Instantly share code, notes, and snippets.

@jqr
Created November 14, 2013 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jqr/7460044 to your computer and use it in GitHub Desktop.
Save jqr/7460044 to your computer and use it in GitHub Desktop.
Sublime settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Tomorrow Aqua.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"pkg",
"dist",
".bundle",
"log",
"tmp",
"coverage",
".vagrant",
"repos",
"_site",
".sass-cache",
"vendor/cache",
"vendor/bundle"
],
"font_face": "Bitstream Vera Sans Mono",
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment