Skip to content

Instantly share code, notes, and snippets.

@hjpotter92
Last active June 8, 2016 10:42
Show Gist options
  • Save hjpotter92/c180149512af4caeb000d2f8d46193d1 to your computer and use it in GitHub Desktop.
Save hjpotter92/c180149512af4caeb000d2f8d46193d1 to your computer and use it in GitHub Desktop.
Sublime Text 2 user settings
{
"auto_complete_commit_on_tab": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_UK.dic",
"ensure_newline_at_eof_on_save": true,
"font_face": "Consolas",
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"margin": 0,
"rulers":
[
80
],
"shift_tab_unindent": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"detect_indentation": true,
"auto_indent": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment