Skip to content

Instantly share code, notes, and snippets.

@baudday
Last active December 24, 2015 10:19
Show Gist options
  • Save baudday/6782957 to your computer and use it in GitHub Desktop.
Save baudday/6782957 to your computer and use it in GitHub Desktop.
My Sublime user settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"draw_minimap_border": true,
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Backbone.js",
"Vintage",
"jQuery Snippets pack",
"ExportHtml",
"JavaScript and jQuery API Completions",
"Alignment"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"rulers":
[
78
],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Centurion.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment