Skip to content

Instantly share code, notes, and snippets.

@alex-ross
Last active December 10, 2015 18:08
Show Gist options
  • Save alex-ross/4472714 to your computer and use it in GitHub Desktop.
Save alex-ross/4472714 to your computer and use it in GitHub Desktop.
My sublime settings-file
{
"auto_find_in_selection": true,
"bold_folder_labels": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea",
".yardoc"
],
"font_face": "Source Code Pro Light",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_modified_tabs": true,
"ignored_packages": [],
"indent_to_bracket": false,
"rulers":
[
78,
80
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Centurion.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