Skip to content

Instantly share code, notes, and snippets.

@ccheney
Last active December 21, 2015 00:49
Show Gist options
  • Save ccheney/6223061 to your computer and use it in GitHub Desktop.
Save ccheney/6223061 to your computer and use it in GitHub Desktop.
Sublime Pref
{
"caret_style": "phase",
"detect_slow_plugins": false,
"font_face": "Ubuntu Mono",
"font_options": [
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignore_inodes": true,
"ignored_packages": [
"Vintage"
],
"open_files_in_new_window": false,
"rulers": [
180
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "true",
"scroll_past_end": true,
"atomic_save": false,
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment