Skip to content

Instantly share code, notes, and snippets.

@markwatson
Created November 8, 2011 17:27
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 markwatson/1348448 to your computer and use it in GitHub Desktop.
Save markwatson/1348448 to your computer and use it in GitHub Desktop.
Sublime user file settings
{
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "ProggySquareTT",
"font_size": 12,
"line_padding_bottom": 1,
"rulers":
[
78,
80
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment