Skip to content

Instantly share code, notes, and snippets.

@deibit
Last active December 11, 2015 04:39
Show Gist options
  • Save deibit/4546985 to your computer and use it in GitHub Desktop.
Save deibit/4546985 to your computer and use it in GitHub Desktop.
My Sublime Text 2 tweaks collection
{
"args":
{
"single_line": false
},
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": false,
"command": "reindent",
"fade_fold_buttons": false,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"keys":
[
"ctrl+shift+r"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers": [80],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment