Skip to content

Instantly share code, notes, and snippets.

@fpereira1
Last active August 29, 2015 14:05
Show Gist options
  • Save fpereira1/ffc75c9360bbbc26e111 to your computer and use it in GitHub Desktop.
Save fpereira1/ffc75c9360bbbc26e111 to your computer and use it in GitHub Desktop.
My sublime preferences at home
{
"bold_folder_labels": true,
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"file_exclude_patterns":
[
"._.*",
".apdisk",
".swp",
".DS_Store"
],
"folder_exclude_patterns":
[
".sass-cache",
".idea",
".git",
".TemporaryItems"
],
"font_size": 14,
"highlight_modified_tabs": true,
"ignored_packages":
[
"BracketHighlighter",
"Vintage"
],
"rulers":
[
80,
100,
120
],
"show_full_path": true,
"show_tab_close_buttons": false,
"spell_check": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment