Skip to content

Instantly share code, notes, and snippets.

@ar45
Last active January 17, 2016 20:56
Show Gist options
  • Save ar45/e41028a7451e351fcd42 to your computer and use it in GitHub Desktop.
Save ar45/e41028a7451e351fcd42 to your computer and use it in GitHub Desktop.
Sublime config
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"drag_text": false,
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_options":
[
"bold"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Handlebars",
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 12,
"line_padding_top": 12,
"scroll_speed": 2.0,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"trim_trailing_white_space_on_save": true,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment