Skip to content

Instantly share code, notes, and snippets.

@hugooliveirad
Created January 20, 2015 12:33
Show Gist options
  • Save hugooliveirad/c9d5b5d40b49c6f2a681 to your computer and use it in GitHub Desktop.
Save hugooliveirad/c9d5b5d40b49c6f2a681 to your computer and use it in GitHub Desktop.
Sublime Prefs
{
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"dictionary": "Packages/Dictionaries/Portuguese (Brazilian).dic",
"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",
"Markdown"
],
"indent_guide_options":
[
"draw_active"
],
"rulers":
[
80
],
"show_minimap": false,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"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