Skip to content

Instantly share code, notes, and snippets.

@romulomachado
Last active January 9, 2017 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romulomachado/a0acda3e32f2a4752b54 to your computer and use it in GitHub Desktop.
Save romulomachado/a0acda3e32f2a4752b54 to your computer and use it in GitHub Desktop.
My settings for Sublime Text 3
{
"binary_file_patterns":
[
"node_modules/",
"bower_components/",
"lib/",
"vendor"
],
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_store",
"*.gem",
"*.beam"
],
"folder_exclude_patterns":
[
".git"
],
"font_face": "Operator Mono Light",
"font_size": 20,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"shift_tab_unindent": true,
"show_full_path": true,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_large": true,
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment