Last active
May 18, 2016 19:00
-
-
Save gnuwilliam/bd2df6f4ff2ad4355b615e528662686a to your computer and use it in GitHub Desktop.
Sublime Config
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
{ | |
"caret_extra_width": 2, | |
"color_scheme": "Packages/Colorsublime - Themes/IR_Black.tmTheme", | |
"draw_white_space": "all", | |
"enable_tab_scrolling": false, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".meteor/local", | |
"node_modules", | |
".babel-cache" | |
], | |
// "font_face": "Fira Mono", | |
"font_face": "Operator Mono", | |
"font_size": 13, | |
// "font_options": ["no_round"], | |
"gutter": true, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_numbers": true, | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"scroll_past_end": true, | |
"soda_classic_tabs": true, | |
"theme": "Seti.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