Skip to content

Instantly share code, notes, and snippets.

@keimlink
Created June 29, 2012 08: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 keimlink/3016576 to your computer and use it in GitHub Desktop.
Save keimlink/3016576 to your computer and use it in GitHub Desktop.
My Sublime Text 2 config
{
"auto_complete": false,
"auto_indent": true,
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "Monaco",
"font_size": 14.0,
"highlight_line": true,
"line_numbers": true,
"rulers":
[
79
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true
}
@keimlink
Copy link
Author

keimlink commented Feb 7, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment