Skip to content

Instantly share code, notes, and snippets.

@polotek
Created January 9, 2012 06:33
Show Gist options
  • Save polotek/1581487 to your computer and use it in GitHub Desktop.
Save polotek/1581487 to your computer and use it in GitHub Desktop.
Sublime Text 2 - User File settings
{
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme"
, "fold_buttons": false
, "font_size": 16.0
, "tab_size": 4
, "word_wrap": true
, "rulers": [72]
, "translate_tabs_to_spaces": true
, "wrap_width": 72
, "draw_white_space": "all"
, "trim_trailing_white_space_on_save": true
, "ensure_newline_at_eof_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment