Skip to content

Instantly share code, notes, and snippets.

@kinday
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kinday/3c48ced8a0ea7d91310d to your computer and use it in GitHub Desktop.
Save kinday/3c48ced8a0ea7d91310d to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"copy_with_empty_selection": false,
"create_window_at_startup": false,
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true,
"wrap_width": 81
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment