Skip to content

Instantly share code, notes, and snippets.

@peterwongpp
Created January 15, 2013 11:40
Show Gist options
  • Save peterwongpp/4538042 to your computer and use it in GitHub Desktop.
Save peterwongpp/4538042 to your computer and use it in GitHub Desktop.
Sublime text 2 config
{
"auto_complete_commit_on_tab": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Nil/Tubnil.tmTheme",
"default_line_ending": "unix",
"dummy": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"margin": 0,
"phoenix_eighties": true,
"show_full_path": true,
"tab_completion": false,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"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