Skip to content

Instantly share code, notes, and snippets.

@kiasaki
Last active December 18, 2015 01:19
Show Gist options
  • Save kiasaki/5703335 to your computer and use it in GitHub Desktop.
Save kiasaki/5703335 to your computer and use it in GitHub Desktop.
Sublime settings
{
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"drag_text": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"Desktop.ini",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"folder_exclude_patterns":
[
".vagrant",
".git",
"node_modules"
],
"font_options": [ "no_round" ],
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [ "Vintage" ],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers": [ 80, 110 ],
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment