Skip to content

Instantly share code, notes, and snippets.

@chuyeow
Last active January 19, 2017 07:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuyeow/6017846 to your computer and use it in GitHub Desktop.
Save chuyeow/6017846 to your computer and use it in GitHub Desktop.
Sublime Text 3 preferences
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"create_window_at_startup": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
"tmp",
"app-js",
"spec-js"
],
"font_face": "Inconsolata for Powerline",
"font_options":
[
"subpixel_antialias"
],
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_exclude_patterns":
[
".bundle",
],
"itg_small_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"show_encoding": true,
"show_line_endings": true,
"show_full_path": true,
"tab_size": 2,
"theme": "itg.flat.dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment