Skip to content

Instantly share code, notes, and snippets.

@xijo
Created September 15, 2015 23:29
Show Gist options
  • Save xijo/3708eed3ac059b90478c to your computer and use it in GitHub Desktop.
Save xijo/3708eed3ac059b90478c to your computer and use it in GitHub Desktop.
Sublime Config
{
"auto_complete": true,
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"copy_with_empty_selection": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".tags*",
"tags",
"*.log",
".DS_STORE"
],
"folder_exclude_patterns":
[
"coverage",
"log",
"tmp",
".git",
".jhw-cache",
".zeus.sock",
".bundle",
".capistrano"
],
"font_face": "Hack",
"font_size": 16.0,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"rulers":
[
80,
120
],
"sidebar_size_12": true,
"spell_check": false,
"status_bar_brighter": false,
"tab_size": 2,
"tabs_medium": true,
"tabs_padding_medium": true,
"theme": "Afterglow-green.sublime-theme",
"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