Skip to content

Instantly share code, notes, and snippets.

@mattr-
Created February 5, 2013 16:52
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 mattr-/4715764 to your computer and use it in GitHub Desktop.
Save mattr-/4715764 to your computer and use it in GitHub Desktop.
My Sublime Text Settings
{
"ensure_newline_at_eof_on_save": true,
"font_options":
[
"directwrite"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"margin": 0,
"rulers":
[
80,
100
],
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"auto_complete_commit_on_tab": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment