Skip to content

Instantly share code, notes, and snippets.

@patrickmaciel
Created January 28, 2016 13:46
Show Gist options
  • Save patrickmaciel/94f94ea679c413af7f19 to your computer and use it in GitHub Desktop.
Save patrickmaciel/94f94ea679c413af7f19 to your computer and use it in GitHub Desktop.
sublime text settings - ubuntu
{
"auto_complete_commit_on_tab": true,
"auto_complete_selector": "source, text",
"auto_complete_with_fields": true,
"caret_style": "phase",
"close_windows_when_empty": false,
"default_line_ending": "unix",
"dpi_scale": 2.0,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp/cache"
],
"font_face": "Ubuntu Mono",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"rulers":
[
80
],
"sidebar_small": true,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment