Skip to content

Instantly share code, notes, and snippets.

@parndt
Created November 20, 2012 21:43
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 parndt/4121385 to your computer and use it in GitHub Desktop.
Save parndt/4121385 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preferences
// Settings in here override those in "Default/Preferences.sublime-settings", a$
// are overridden in turn by file type specific settings.
{
"font_face": "Monaco",
"font_size": 15,
"draw_white_space": "selection",
"trim_trailing_white_space_on_save": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"tab_completion": true,
"save_on_focus_lost": true,
"highlight_line": true,
"rulers": [80],
"ensure_newline_at_eof_on_save": true,
"scroll_past_end": true,
"folder_exclude_patterns": [
".git",
"tmp",
"log",
"doc"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment