Skip to content

Instantly share code, notes, and snippets.

@jurre
Last active December 24, 2015 14:09
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 jurre/6810338 to your computer and use it in GitHub Desktop.
Save jurre/6810338 to your computer and use it in GitHub Desktop.
sublime settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Base16/base16-default.dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"spell_check": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"tab_size": 2,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment