Skip to content

Instantly share code, notes, and snippets.

@ricardopacheco
Created June 4, 2016 21:54
Show Gist options
  • Save ricardopacheco/481d5bf73a06cbcc8bc30a745ee63934 to your computer and use it in GitHub Desktop.
Save ricardopacheco/481d5bf73a06cbcc8bc30a745ee63934 to your computer and use it in GitHub Desktop.
Sublime conf
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Monaco",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"rulers":
[
80
],
"show_full_path": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_small": true,
"spacegray_tabs_normal": true,
"tab_size": 2,
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment