Skip to content

Instantly share code, notes, and snippets.

@kim3er
Created August 1, 2016 13:37
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 kim3er/786af5aeee6f4a8134b317bdd4f3918e to your computer and use it in GitHub Desktop.
Save kim3er/786af5aeee6f4a8134b317bdd4f3918e to your computer and use it in GitHub Desktop.
iMac Sublime Settings
{
"Seti_show_group_arrows": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"copy_with_empty_selection": true,
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"ignored_packages":
[
"EJS",
"Vintage"
],
"index_files": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
79
],
"tab_size": 2,
"theme": "Seti.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