Skip to content

Instantly share code, notes, and snippets.

@cyakimov
Created June 12, 2013 19:57
Show Gist options
  • Save cyakimov/5768569 to your computer and use it in GitHub Desktop.
Save cyakimov/5768569 to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"auto_complete_commit_on_tab": false,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"create_window_at_startup": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".svn",
".sass-cache",
"tmp"
],
"font_face": "SourceCode Pro",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"scroll_past_end": true,
"tab_size": 4,
"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