Skip to content

Instantly share code, notes, and snippets.

@hugooliveirad
Created January 28, 2014 14:10
Show Gist options
  • Save hugooliveirad/8668357 to your computer and use it in GitHub Desktop.
Save hugooliveirad/8668357 to your computer and use it in GitHub Desktop.
Sublime Preferences
[
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
]
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Base16 Color Schemes/base16-ocean.dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"node_modules"
],
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment