Skip to content

Instantly share code, notes, and snippets.

@alkalinecoffee
Last active December 27, 2016 18:43
Show Gist options
  • Save alkalinecoffee/5f36973ba83c8860168d to your computer and use it in GitHub Desktop.
Save alkalinecoffee/5f36973ba83c8860168d to your computer and use it in GitHub Desktop.
sublimetext config
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"copy_with_empty_selection": false,
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns": [".svn", ".hg", "CVS"],
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment