Skip to content

Instantly share code, notes, and snippets.

@rikkipitt
Created April 15, 2015 11:26
Show Gist options
  • Save rikkipitt/0fec4fe3c4c037d5dc2d to your computer and use it in GitHub Desktop.
Save rikkipitt/0fec4fe3c4c037d5dc2d to your computer and use it in GitHub Desktop.
Sublime settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"detect_indentation": true,
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"reveal-on-activate": true,
"rulers":
[
80,
120
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment