Skip to content

Instantly share code, notes, and snippets.

@chawkinsuf
Last active August 29, 2015 13:56
Show Gist options
  • Save chawkinsuf/8837966 to your computer and use it in GitHub Desktop.
Save chawkinsuf/8837966 to your computer and use it in GitHub Desktop.
Configuration for Sublime Text 3
{
"always_prompt_for_file_reload": true,
"auto_complete_commit_on_tab": true,
"auto_match_enabled": false,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"copy_with_empty_selection": false,
"font_face": "Droid Sans Mono",
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"show_encoding": true,
"show_line_endings": true,
"theme": "Soda Dark 3.sublime-theme",
"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