Last active
January 9, 2017 18:42
-
-
Save romulomachado/a0acda3e32f2a4752b54 to your computer and use it in GitHub Desktop.
My settings for Sublime Text 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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